# Dashboard

The dashboard is the core of being able to create application forms.

In order to create good application forms, it is important that you understand and can navigate in Appy's dashboard. The next few pages will step-to-step guide you through the dashboard, so you will be able to use it while you sleep.

## Logging in

When you invite Appy bot to your server, a dashboard will automatically be created for that server. This makes it easier when you have to use it for the first time.

To log in to the dashboard, click the link below:&#x20;

{% embed url="<https://www.appybot.xyz/>" %}

1. Click on Login at the right top corner
2. Log in with your discord account

## Choose your server

When you are logged in, you will be able to see an overview of the servers you are owner of or have the permission to use bot, that use Appy.

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

Here you must choose which server you want to use Appy on and then click <mark style="color:yellow;">Configure.</mark>&#x20;

{% hint style="success" %}
If you want to invite Appy to one of the servers, click the <mark style="color:yellow;">Invite</mark> button.&#x20;
{% endhint %}

## Server overview

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

As you can see above, the first page is divided into 3 sections.\
Its very easy to understand:

* <mark style="background-color:green;">**GREEN**</mark>**&#x20;- The sidebar.** \
  This one will always be displayed no matter where you are on the dashboard. In the sidebar, you will be able to choose the many features that Appy offers. Hold your move over the feature in the sidebar to read about what its.&#x20;
* <mark style="background-color:red;">**RED**</mark>**&#x20;- Server stats.**\
  &#x20;Here you will quickly get an overview of how many applications on a given server have been - accepted and denied. It also shows you whether you have any pending applications waiting to be processed.
* <mark style="background-color:blue;">**BLUE**</mark> **- Help section.**\
  The blue section will in the future contain guides, bot info and other things that could be helpful on the dashboard.

{% hint style="info" %}
**Support**\
If you need help with Appy please join our [**Support server**](https://discord.com/invite/bDmc55c6zY)**.** We'll be happy to help.
{% endhint %}

## Logs

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

Logging is useful, especially if there are several of you helping each other to create applications, panels or other things on the dashboard.\
To find logging, go to the left sidebar and tap "***Logs***". \
This will show you a page that describes:

* CreatedAt: When the thing was changed/created/deleted.&#x20;
* UserID: The users ID, who have made som changes on the dashboard.&#x20;
* Username: The name of the user who made the changes.
* Action: What is changed.&#x20;


---

# 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://docs.appy.bot/getting-started/set-up/dashboard.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.
