> For the complete documentation index, see [llms.txt](https://docs.kleros.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kleros.io/products/retired/moderate/susie/getting-started/start-susie.md).

# Start Susie

## /start

If you added Susie as an admin to your group by following a [link](https://t.me/SusieTheKlerosModeratorBot?start=botstart), then she automatically starts and you can skip the rest of the following steps.&#x20;

If you manually added Susie to your group, there is one more step to unlock her full potential. Remember, Susie can't help moderate your group until she is an Admin! Without admin rights, she won't be very useful. Thankfully, promoting Susie to an Admin role is simple,

1. Select the banner at the top of your group to view your group's information
2. Select the pencil icon to edit your group's settings
3. Select “Administrators”, and then “Add Administrator”
4. Select Susie from the list of users
5. Grant her all admin rights as shown, and click the checkmark icon

Finally make sure to use the /start comand to begin Susie's community moderation.

Congratulations, you've now unlocked Susie's full potential!

### Admin Command

/start: Begins Susie's community moderation


---

# 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.kleros.io/products/retired/moderate/susie/getting-started/start-susie.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.
