# Service desk settings

When you first open the service desk settings you will face the general Service Desk settings screen:

<figure><img src="/files/ULBqY0gCzMvqSI1sxKif" alt="" width="563"><figcaption></figcaption></figure>

At the top is vital information about your service desk:

* **Tier** indicates if the service desk is in Free or Pro mode. Click the button to the right to upgrade or downgrade this desk.

{% hint style="info" %}
**Note:** once you have purchased a Pro subscription, you must assign your subscription to a service desk by clicking the 'Upgrade to PRO' button that will appear here.
{% endhint %}

* **Created** indicates when the service desk was created.
* **Users** indicates the total number of active users, and maximum number of permitted users.
* **Tickets** indicates the total number of tickets created in this service desk.

From this screen you can edit:

* **Service desk name**
* **Introductory text** that appears on the service desk home page.
  * The **Introduction is public** option determines if the *introductory text* appears to visitors who are not signed in or do not have permission to use your service desk.&#x20;
* **Timezone** used for all timestamps associated with your service desk tickets.

You can also enable or disable the service desk or delete the service desk from this page.


---

# 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.ticket-log.com/documentation/administrators-guide/service-desk-settings.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.
