> For the complete documentation index, see [llms.txt](https://compano-ai.gitbook.io/user-guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://compano-ai.gitbook.io/user-guides/how-to-craft-your-compano-avatar.md).

# How to craft your Compano Avatar

### 1. When you have signed-in to your Compano account, tap on 'Start New Chat'.

<figure><img src="/files/YntzC6fifvysM3Z65MK8" alt="" width="340"><figcaption></figcaption></figure>

### 2. Choose a 'Male' or 'Female' avatar.

<figure><img src="/files/5lF7CvtIyLgShFa9QedD" alt="" width="340"><figcaption></figcaption></figure>

### 3. Look through the selection of the Male or Female avatars.

<figure><img src="/files/VtWkn4tMWdIi4Sar92MK" alt="" width="340"><figcaption></figcaption></figure>

### 4. You can read about their backstory by tapping on the circular icon on the top right corner.

<figure><img src="/files/o4VnZL0S7ZTWQI7lbhX2" alt="" width="340"><figcaption></figcaption></figure>

### 5. Choose your Avatar.

<figure><img src="/files/iQzrFHoK9pXf3P8dqHqI" alt="" width="340"><figcaption></figcaption></figure>

### 6. Give your Avatar a personal name or you can stick with their original name.

<figure><img src="/files/nqsYBCquwxC76LKTM1SM" alt="" width="340"><figcaption></figcaption></figure>

### 7. Choose a Personality for your Avatar.

<figure><img src="/files/5xcuWW0XjKY6EQUjRKEb" alt="" width="340"><figcaption></figcaption></figure>

### 8. Select the Relationship you wish to have with your Avatar.

<figure><img src="/files/3P8pwSzo1qV6bTyta9IL" alt="" width="340"><figcaption></figcaption></figure>

### 9. Tap on 'Finalise'.

<figure><img src="/files/YW4ajRIDyb9FUEFE5e4c" alt="" width="340"><figcaption></figcaption></figure>

### 10. You are ready to chat with your Avatar!.

<figure><img src="/files/uFFgDSSpBbyYz9LT1lOH" alt="" width="340"><figcaption></figcaption></figure>


---

# 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://compano-ai.gitbook.io/user-guides/how-to-craft-your-compano-avatar.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.
