> For the complete documentation index, see [llms.txt](https://documentation.opencollective.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.opencollective.com/getting-started/editing-your-profile-page.md).

# Editing your Profile Page

When you set up an account, you'll be given a profile page that tells people a little bit about you and your activity on the platform.

This is automatically created. Navigate to your Dashboard > Settings > Info to add and change basic information.

This page will include your:

* Display name
* Your short description
* An avatar
* Your cover image

{% hint style="info" %}
You can also edit your info for your Collective, Fiscal Host, or Organization similarly.
{% endhint %}

### Adding images to your profile

**Avatar/Logo**

Hover over your Avatar image while on your profile page. Click Edit Logo/Avatar to upload or change a picture (or drag an image file onto the area)

{% hint style="success" %}
All logos are displayed on a white background, so logos that are already white will not be visible. If you want to use a white logo, upload an image with a colored background instead of a transparent one.
{% endhint %}

**Cover Image**

You can edit your cover image by clicking “Edit Cover” in the top right corner of your profile page, then selecting and adjusting the image of your choice. By clicking on the picture, you can move it around. You can also zoom in and out. The optimum size for a cover image is 2736 x 650.

**Main Color**

You can also “edit main color” to change the color of the main buttons on screen. Pick a preset color or use a custom one.

Your main color determines the color of links and buttons, tier cards, and the hero header if no image is set.


---

# 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://documentation.opencollective.com/getting-started/editing-your-profile-page.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.
