# Character Profile

Each Character you create will have a profile that shows some basic elements like their name, avatar and short description. These profiles allow other users to understand what your Character is like and how to best interact with them.

The profile provides links for sharing the Character, as well as indicating things like how many interactions and remixes the Character has had so far.&#x20;

You can also access the Character Editor from the Character profile page for your own Characters, or view the details of others' Characters depending on how they set the Definition Visibility.

You can also add [Suggested Starters](/character-guide/character-attributes/suggested-starters.md) and [Example Conversations](/character-guide/character-attributes/example-conversations.md).

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


---

# Agent Instructions: 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:

```
GET https://book.character.ai/character-guide/character-profile.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
