# Administration

- [Activity Logs](https://docs.sharelogic.com/unifi/3.0/administration/activity-logs.md): The Activity Logs module is a quick link to the Unifi Activity Logs and shows all entries from the current day.
- [Data Stores](https://docs.sharelogic.com/unifi/3.0/administration/data-stores.md): A Data Store is simply a key-value pair stored in the database that is available to all records in the system.
- [Properties](https://docs.sharelogic.com/unifi/3.0/administration/properties.md): Global system settings for Unifi.
- [Scheduled Scripts](https://docs.sharelogic.com/unifi/3.0/administration/scheduled-scripts.md): Scheduled Scripts are automatically created by the system to perform tasks.
- [System Logs](https://docs.sharelogic.com/unifi/3.0/administration/system-logs.md): The System Logs module is a quick link to the ServiceNow system logs and shows errors and warnings from the current day.
- [Self-test](https://docs.sharelogic.com/unifi/3.0/administration/self-test.md): A suite of internal tests that can be executed at any time.


---

# 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.sharelogic.com/unifi/3.0/administration.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.
