> For the complete documentation index, see [llms.txt](https://docs.agilecase.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agilecase.com/user-documentation/registration-and-personal-settings/personal-email-settings.md).

# Personal Email Settings

This lesson will show you how to edit your personal email settings on AgileCase.

### Accessing personal email settings

<figure><img src="/files/7xgx8USfSBBUNVejg5II" alt="" width="179"><figcaption></figcaption></figure>

To access your personal e-mail settings, click the "E-Mail Settings" button under "Personal" on the settings menu.

### Adding an email

<figure><img src="/files/PFnwgcGALZ9BQQuobIkh" alt=""><figcaption></figcaption></figure>

This page will allow you to add a personal email for you AgileCase user account.

The Username field should be filled in with your Email account name and your passwords should match those of that account.

In this example we are using a Gmail account so the sever name will be "smtp.gmail.com"and the port will be "25" which is a universal port for gmail.

You can also toggle your email settings on this page. You can enable SSL and set the system to always BCC you, allowing the system to send emails on your behalf enables this account for AgileCases automated email functionality.

Once you are finished making your changes, click "Save Changes" to set this account as your personal email address.

### Email confirmation

<figure><img src="/files/ibrowdlJopenVtthr16u" alt=""><figcaption></figcaption></figure>

After clicking "Save Changes" you will be prompted to enter an email address to send a test email to. If this is sucessful you will recieve this message and your account will be ready to use. Any you send via the system will now be sent from this address.

If you have any problems adding an email account to AgileCase, do not hesitate to contact us on <sales@agilecase.com>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.agilecase.com/user-documentation/registration-and-personal-settings/personal-email-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
