> For the complete documentation index, see [llms.txt](https://docs.characterweaver.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.characterweaver.com/fundamentals/getting-set-up.md).

# Getting set up

<details>

<summary>Step 1: Invite the bot</summary>

Invite CharacterWeaver using [this link](https://invite.characterweaver.com/).

</details>

## Chat set-up

<details>

<summary>Step 2: Build your AI chat in seconds</summary>

You can now set-up a discussion with any character that exist in the reality or in your imagination. [This page](/fundamentals/ai-chat.md) should help you with this!

</details>

<details>

<summary>Step 3: Understand your needs</summary>

Well done! CharacterWeaver is now on your server, and installed. If the AI Chat feature fits you well, no need to do more. If you want to set-up more advanced feature, you may want to take a lot at the advanced set-up.

</details>

## Complete set-up

<details>

<summary>Step 2: Create your first character</summary>

Well done! CharacterWeaver is now on your server, it is time to create your character. [This page](/fundamentals/getting-set-up/configure-a-character.md) should help you with this!

</details>

<details>

<summary>Step 3: Configure the behaviors of your characters</summary>

Now that create a beautiful character, you have to add behavior to it. [This page](/fundamentals/getting-set-up/configure-a-behavior.md) should help you with this!

</details>


---

# 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.characterweaver.com/fundamentals/getting-set-up.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.
