> 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/uploading-a-profile-picture.md).

# Uploading a Profile Picture

This lesson will show you how to upload a profile picture to AgileCase.

{% stepper %}
{% step %}

### Default profile picture

<figure><img src="/files/M9tcC1pnAK8xfFZFtYaj" alt="" width="383"><figcaption></figcaption></figure>

The default profile picture on AgileCase is your username initials laid out over the color of your choice. However, you may wish to change this to a more relevant image.
{% endstep %}

{% step %}

### Access the "Profile Picture" page

<figure><img src="/files/Rn9T1OJr3zsT9SjBddPV" alt="" width="226"><figcaption></figcaption></figure>

To access the "Profile picture" page, click the relevant button on the sidebar under the "Personal" heading.
{% endstep %}

{% step %}

### Click "Add picture"

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

Underneath the default profile picture will be an "Add picture" button. Click this to upload your own image.
{% endstep %}

{% step %}

### Select your image

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

From here you will be directed to your pictures library. Select the image you wish for your profile picture then click "Open" to choose it.
{% endstep %}

{% step %}

### Upload your image

<figure><img src="/files/9e0simzurF2AFIHe4RBU" alt=""><figcaption></figcaption></figure>

After selecting your image you will be directed to the an upload page. Simply click "Upload" to upload your image and replace the default profile picture.
{% endstep %}
{% endstepper %}

### Removing a profile picture

<figure><img src="/files/6limEYuvQzEqzOm8GFTy" alt=""><figcaption></figcaption></figure>

If you are unhappy with the image you have uploaded, click "Remove Current Picture" on the "Profile Picture" page to remove the image and restore the default profile picture.

### Your new profile picture

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

Once you are happy with your profile picture you can navigate away from the "Profile Picture" tab. Your new picture will now be visible on the "My information" page.


---

# 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/uploading-a-profile-picture.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.
