# Options

{% hint style="warning" %}
Not every feature is available for every tenant and user role.

If an option appears to be missing, please contact your first tenant administrator to see if the correct permissions have been enabled.
{% endhint %}

The Options hub is a consolidated space for administrative tools. To access this feature, click the [Navigation menu](/navigation/navigation-menu.md#user-menu) and choose *Options*.

## Administration

### Tenant configuration

Read more about this under [Manage tenant settings](/tenant-administration/manage-tenant-settings.md).

### Files

File manager for Spark.

### Users

Read more about this under [Manage users](/tenant-administration/manage-users.md).

### User groups

Read more about this under [Manage users](/tenant-administration/manage-users.md).

### API keys

Read more about this under [Authorization - API keys](/spark-apis/authorization-api-keys.md) and [Private tenant](/tenant-administration/private-tenant.md#to-api-key-groups).

### Performance

This page is used to monitor Spark resource usage and to clear the system cache.

### Usage

The *Usage* page displays analytics relating to specific folders and services that have been set up on your tenant. This page is only accessible by tenant administrators.

The top line metrics aim to provide a summary of the current number of *Total folders*, *Total services* and *Active services*. This view aims to provide users with an overview of their usage of Spark across the entire tenant.

* The time period can be adjusted using default time increments or modified to use a custom time interval.
* When a metric is selected from the *Key metrics*, the graph will update.
* API calls can be drilled down to the *Call purpose* level. The *Call purpose* is provided as part of the API request [Execute API (v3)](/spark-apis/execute-api/execute-api-v3.md#request_meta). If this is not provided, this will be denoted as `undefined`.

## Service management

### Folder categories

Categories are used in Spark to provide more context to Folders. This page can be used to customize the list of categories that can be set in [Home](/navigation/home.md#add-a-new-folder) and [Home](/navigation/home.md#edit-folder).

### Service library

The *Service library* displays all the services the logged-in user has access to. This is also a place for users to view and manage Spark services across folders.

### Event viewer

Events in Spark are recorded for notable user actions. The Event viewer shows all of the events that have been recorded against a particular folder. The full list of events can be found in [Webhooks: Connect Spark with external systems to automate workflows](/integrations/webhooks-connect-spark-with-external-systems-to-automate-workflows.md#event-types).

* The filtered and sorted list of events can be downloaded to an Excel file.

### Deployment request

If [Webhooks: Connect Spark with external systems to automate workflows](/integrations/webhooks-connect-spark-with-external-systems-to-automate-workflows.md) are enabled, users can submit a deployment request action through Spark to be processed by an external system. This raises an event associated to the selected folder and service. Access to this screen can be managed through [#tenant-configuration](#tenant-configuration "mention").


---

# 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.coherent.global/navigation/options.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.
