> For the complete documentation index, see [llms.txt](https://docs.sharelogic.com/unifi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sharelogic.com/unifi/3.0/configuration.md).

# Configuration

- [Processes](https://docs.sharelogic.com/unifi/3.0/configuration/process.md): Process is the top level configuration element which contains all Integrations for the Process concerned (e.g. Incident, Problem, Change, Request etc.).
- [Integrations](https://docs.sharelogic.com/unifi/3.0/configuration/integrations.md): The Integration is where most configuration and settings are stored.
- [Connections](https://docs.sharelogic.com/unifi/3.0/configuration/connections.md): Use Connections to manage all your environment details for each integration.
- [Messages](https://docs.sharelogic.com/unifi/3.0/configuration/messages.md): A Message contains all the configuration required to send, receive, and process a request.
- [Message Scripts](https://docs.sharelogic.com/unifi/3.0/configuration/message-scripts.md): Message Scripts are where the request processing and data mapping occurs.
- [Fields](https://docs.sharelogic.com/unifi/3.0/configuration/fields.md): Field and Field Map configuration records are elements that simplify and bring additional functionality when configuring Messages & Message Scripts and facilitate the auto-generation of documentation.
- [Field Maps](https://docs.sharelogic.com/unifi/3.0/configuration/field-maps.md): Field Maps define template code into which details from Field records are substituted. The resulting blocks of code are wrapped and compiled together into their nominated Message Scripts.
- [Response Actions](https://docs.sharelogic.com/unifi/3.0/configuration/response-actions.md): Response Actions are interceptors that allow you to customise the way responses are handled.
- [Event Actions](https://docs.sharelogic.com/unifi/3.0/configuration/event-actions.md): Event Actions are a means of triggering an action from an event.


---

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