> For the complete documentation index, see [llms.txt](https://docs.skadii.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skadii.com/documentation/docs-en/overview-and-setup/sidebar-and-icons.md).

# Sidebar & Icons

All available skadii tools can be found in the left sidebar.

Select an icon to open the corresponding application and access its associated data and workspaces.

<div data-with-frame="true"><figure><img src="https://3220231080-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi1rq90faFZetMGIspfq3%2Fuploads%2FyLHjOySFf3KIn4x2bXsN%2Fimage.png?alt=media&amp;token=cc7d31b8-6ba7-4a16-bff5-71ac6ee914d5" alt=""><figcaption></figcaption></figure></div>

### Why isn’t my desired application in the sidebar?

* Click on the “**All applications**” icon in the bottom-left corner.

<div data-with-frame="true"><figure><img src="https://3220231080-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi1rq90faFZetMGIspfq3%2Fuploads%2FNXXc0qv8PBNT8CVWqigt%2Fimage.png?alt=media&amp;token=06752100-f845-4fbf-9c67-8cc0f461ddfb" alt=""><figcaption></figcaption></figure></div>

* Then select the desired application. Its icon appears in the sidebar, allowing quick access.

<div data-with-frame="true"><figure><img src="https://3220231080-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi1rq90faFZetMGIspfq3%2Fuploads%2FIVBclacpViQIwaQ7On8E%2Fimage.png?alt=media&amp;token=4fc0852e-0857-4f26-b09b-46573b36c571" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %} <i class="fa-check">:check:</i> = icon is displayed in the sidebar\ <i class="fa-minus">:minus:</i> = icon is not displayed in the sidebar
{% endhint %}

### Why don’t I have all applications to choose from?

**Not all applications are automatically available to every user.**\
Which functions are displayed depends on what has been enabled for your resort or your account.

If an application is not visible, it may not be enabled for you as a user or in your workspace.

Please contact the skadii administrator of your organization or skadii support in this case.

<p align="center"><a href="/documentation/docs-en/product-updates/support.md" class="button primary" data-icon="comment-heart">Support</a></p>


---

# 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.skadii.com/documentation/docs-en/overview-and-setup/sidebar-and-icons.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.
