# Advanced Creation

The [Definition](/character-guide/character-attributes/definition.md) gives you the most flexibility to develop your Character, but that also means it comes with some inherent complexity. It is largely a blank canvas, and there is a lot of creativity that can be employed to get certain behaviors to emerge.&#x20;

Note that sometimes, for some Characters, less can be more. That is, you may find that giving the system just a creative greeting, which then causes it to invent the rest of the context itself, may actually produce better results than a carefully crafted Definition. It just depends on the character and scene.

{% hint style="info" %}
You should think in terms of tinkering and experimenting rather than specification and programming. \
\
We are still learning what is possible along with you!
{% endhint %}

The section will introduce some ways to use the Definition, but it isn't meant to be exhaustive, but rather to get you thinking creatively about what you can try yourself.


---

# 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/advanced-creation.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.
