> For the complete documentation index, see [llms.txt](https://olab4.gitbook.io/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://olab4.gitbook.io/help/basic-topics/avatars.md).

# Avatars

In OLab2 and OLab3, we had a simple tool to create and edit Avatars. While this was easy to use, it had a lot of limitations.&#x20;

Nowadays, there are a lot of 3rd-party avatar generator apps out there. Rather than constrain how authors will include avatars into their maps, we are encouraging them to use such 3rd-party tools.&#x20;

{% hint style="info" %}
In OLab4.6, we are exploring how we might be able to integrate some interesting 3rd-party avatar generators. This is looking promising. Contact us if you have a project that would benefit from more advanced avatars.&#x20;
{% endhint %}

Here are a couple of simple avatar tools that we have found:

<https://avatarmaker.com/> -- quick and easy avatar generation. But while you can change the face quite a bit, you cannot do things like make them older, or change the background to something useful. &#x20;

<https://avachara.com/avatar/> -- similar options. No facial hair. Backgrounds are worse.

If you have suggestions on alternatives, use the Comments on this page: <https://olab.ca/avatars-in-olab4/>&#x20;


---

# 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://olab4.gitbook.io/help/basic-topics/avatars.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.
