# Setting up an application

## Creating your app

You'll need to follow the steps below to create an app on Guilded:

1\. Go on your Guilded server > Manage bots.

<figure><img src="/files/3wB0BNIxjtYX3nYGywZc" alt=""><figcaption></figcaption></figure>

2\. On the left side, click on "Create a bot".

<figure><img src="/files/4OkLmCYrTL6JOxjg3h0L" alt=""><figcaption></figcaption></figure>

3\. Choose a name for your bot.

<figure><img src="/files/oi8RjfqF3oVTgViaew8x" alt=""><figcaption></figcaption></figure>

4\. Once you're on the bot's profile, click on "API".

<figure><img src="/files/5Ccpy6oIRSrryuBuyySS" alt=""><figcaption></figcaption></figure>

5\. Generate a token

<figure><img src="/files/OlyTmdlRjnk45oDFAukq" alt=""><figcaption></figcaption></figure>

Once the token generated, copy this token, this is your bot's secret used to login, DO NOT SHARE IT. You'll need this token to connect your app.


---

# 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://guide.touchguild.com/setting-up-an-application.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.
