> For the complete documentation index, see [llms.txt](https://docs.trickys.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trickys.gg/custom-profiles.md).

# Custom Profiles

## Personal Profiles

Personal profiles are referring to public profiles which all members have.

* Avatar to display.
* Bio. **You are limited to 200 characters in bios & descriptions.**
* Avatar outline colour.

### Avatar to display

You can choose which avatar you want to show on your profile, they are:

* Steam Avatar. (Default)
* Discord Avatar.

<div align="left"><figure><img src="/files/mjVQkRMdPokAdGy6ADs8" alt=""><figcaption></figcaption></figure></div>

The selected avatar will also show in a Discord embed when you post your profile URL, more about this is below.

### Avatar outline colour

You can choose the outline colour that is around your avatar. The selected colour will also show in a Discord embed when you post your profile URL, example below.

<div align="left"><figure><img src="/files/A2k6XYvu1xR6sauXv1Fk" alt=""><figcaption></figcaption></figure></div>

## Example

Below we have have exmaple of what the outcome would look like if you customised everything.

### Custom profile example

#### Avatar Outline Colour

Viewing profile with selected colour on website.

<div align="left"><figure><img src="/files/Wk543THlwowooeGFmZHf" alt=""><figcaption></figcaption></figure></div>

#### Sharing Profile Link

Sharing a link on discord will show a embed of your profile including the custom colour & the avatar that you set

<div align="left"><figure><img src="/files/drjryAlwMgbX3gRseJOd" alt=""><figcaption></figcaption></figure></div>


---

# 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.trickys.gg/custom-profiles.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.
