> For the complete documentation index, see [llms.txt](https://docs.storychain.ai/storychain/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.storychain.ai/storychain/community-engagement-system/how-to/assign-your-mascot-character-to-a-campaign.md).

# Assign your mascot / character to a campaign

{% embed url="<https://www.youtube.com/watch?v=6ASITWtlJaE>" %}

*Now that your mascot or character is published, it’s time to put them to work!*

To do this, you’ll need to **assign your mascot to a campaign**. Here’s how:\
1️⃣ Head over to the **Campaigns** screen.\
2️⃣ You can either **edit an existing active campaign** and add your mascot there…\
👉 Or, you can **create a brand new campaign** and assign your mascot during setup.

Once assigned, your community’s generations will automatically use this mascot or character, keeping the stories fun, consistent, and connected. You can switch among campaigns to use different mascots.

💡 Want more flexibility? You can also choose **not to assign a mascot**, and your community can create freely—without a specific character guiding the way.


---

# 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.storychain.ai/storychain/community-engagement-system/how-to/assign-your-mascot-character-to-a-campaign.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.
