> For the complete documentation index, see [llms.txt](https://docs.guru.fund/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guru.fund/guides/gurus/set-up-your-guru-profile.md).

# Set Up Your GURU Profile

{% stepper %}
{% step %}

#### Add a Profile Image

[Direct link to heading](#add-a-profile-image)

Click the edit icon on the default profile image, upload an image.
{% endstep %}

{% step %}

#### Pick a Nickname

[Direct link to heading](#pick-a-nickname)

Select the pencil icon next to the name to choose a display name throughout the dapp.
{% endstep %}

{% step %}

#### Add a Profile Bio

[Direct link to heading](#add-a-profile-bio)

Write something about yourself, your trading style, and why choosing you as a Guru would be worth a shot for your investors.
{% endstep %}

{% step %}

#### Verify Account with X

[Direct link to heading](#verify-account-with-x)

Connect an X account to your profile, so that users can be sure the same Guru that is managing the fund is the same person that owns that X account.

![](/files/c679e403a57985e5e1e7e06ff63fc471d626cf07)
{% endstep %}
{% endstepper %}


---

# 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.guru.fund/guides/gurus/set-up-your-guru-profile.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.
