> For the complete documentation index, see [llms.txt](https://docs.protocol.land/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.protocol.land/working-with-profiles/add-a-readme-for-your-profile.md).

# Add a README for your profile

A README on your profile provides a personal touch, allowing you to introduce yourself, your interests, and your experience to the community.

Follow these steps to add or edit your README on Protocol.Land:

1. Click on the active account icon in the header on Protocol.Land.\
   ![](/files/1iDPdQ6GK6RZe1wxodBS)
2. A dropdown menu will appear with a link to your profile and the option to Logout.\
   ![](/files/C03F5uebSIWxXUWzo0sp)
3. Click "Profile" to navigate to your profile page.
4. On your profile page, Protocol.Land provides a dedicated component to share about yourself, akin to creating a README for your GitHub profile.
5. Click on the Edit icon located at the top right corner of this README component.\
   ![](/files/KB4d0fuZUjCkFrolzmO4)
6. You will be provided with an editor to revise your details.&#x20;
7. Craft your message, introduction, or any other information you wish to share. Utilize the editor's features to format and style your text.
8. Click on the "Preview" tab of the editor to view how your changes would look to others.\
   ![](/files/fMXyPayiCFfkOCtaCdSJ)
9. Once satisfied, click “Save” located at the top right corner of the editor to update the changes.\
   ![](/files/RDKvCX0xE7jKqCKJV2hI)
10. The README section of your profile page will be refreshed with the updated information.


---

# 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.protocol.land/working-with-profiles/add-a-readme-for-your-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.
