# Configure

- [Integration Designer](https://docs.sharelogic.com/unifi/4.3/configure/integration-designer.md)
- [Processes](https://docs.sharelogic.com/unifi/4.3/configure/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/4.3/configure/integrations.md): The Integration is where most configuration and settings are stored.
- [Connections](https://docs.sharelogic.com/unifi/4.3/configure/connections.md): Use Connections to manage all your environment details for each integration.
- [Messages](https://docs.sharelogic.com/unifi/4.3/configure/messages.md): A Message contains all the configuration required to send, receive, and process a request.
- [Message Scripts](https://docs.sharelogic.com/unifi/4.3/configure/message-scripts.md): Message Scripts are where the request processing and data mapping occurs.
- [Fields](https://docs.sharelogic.com/unifi/4.3/configure/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/4.3/configure/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/4.3/configure/response-actions.md): Response Actions are interceptors that allow you to customise the way responses are handled.
- [Event Actions](https://docs.sharelogic.com/unifi/4.3/configure/event-actions.md): Event Actions are a means of triggering an action from an event.
- [Datasets](https://docs.sharelogic.com/unifi/4.3/configure/datasets.md)
- [Create a New Dataset](https://docs.sharelogic.com/unifi/4.3/configure/datasets/create-a-new-dataset.md)
- [Dataset Extras](https://docs.sharelogic.com/unifi/4.3/configure/datasets/dataset-extras.md)
- [Polling](https://docs.sharelogic.com/unifi/4.3/configure/polling.md)
- [Pollers](https://docs.sharelogic.com/unifi/4.3/configure/polling/pollers.md): A Poller makes a scheduled request to a remote system.
- [Poll Processors](https://docs.sharelogic.com/unifi/4.3/configure/polling/poll-processors.md): Poll Processors are used to setup, execute and process Poll Requests.
- [Administration](https://docs.sharelogic.com/unifi/4.3/configure/administration.md)
- [Activity Logs](https://docs.sharelogic.com/unifi/4.3/configure/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/4.3/configure/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/4.3/configure/administration/properties.md): Global system settings for Unifi.
- [Scheduled Scripts](https://docs.sharelogic.com/unifi/4.3/configure/administration/scheduled-scripts.md): Scheduled Scripts are automatically created by the system to perform tasks.
- [System Logs](https://docs.sharelogic.com/unifi/4.3/configure/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.
- [Attachments](https://docs.sharelogic.com/unifi/4.3/configure/attachments.md)
- [Extracting Attachments](https://docs.sharelogic.com/unifi/4.3/configure/attachments/extracting-attachments.md)
- [Fetching Attachments](https://docs.sharelogic.com/unifi/4.3/configure/attachments/fetching-attachments.md)
- [Embedded Attachments](https://docs.sharelogic.com/unifi/4.3/configure/attachments/embedded-attachments.md)
- [Scripting](https://docs.sharelogic.com/unifi/4.3/configure/scripting.md)
- [Snippets](https://docs.sharelogic.com/unifi/4.3/configure/scripting/snippets.md): Useful snippets of code given as examples to help with various scripting needs.
- [Variables](https://docs.sharelogic.com/unifi/4.3/configure/scripting/variables.md): Here you will find a description of the variables that are available to you when scripting in Unifi.
- [Documentation](https://docs.sharelogic.com/unifi/4.3/configure/documentation.md)
- [How to guides](https://docs.sharelogic.com/unifi/4.3/configure/how-to-guides.md)
- [How to Handle Attachments](https://docs.sharelogic.com/unifi/4.3/configure/how-to-guides/how-to-handle-attachments.md): Follow this guide to learn how to configure a dedicated Message in Unifi to handle streamed attachments.
- [Message](https://docs.sharelogic.com/unifi/4.3/configure/how-to-guides/how-to-handle-attachments/message.md): The AddAttachment Message will be used to process inbound and outbound attachments.
- [Scripted REST Resource](https://docs.sharelogic.com/unifi/4.3/configure/how-to-guides/how-to-handle-attachments/scripted-rest-resource.md): Unifi will automatically generate the Scripted REST Resource to cater for inbound streaming.  If using a Resource created on a release prior to v3.0 this will need to be updated manually.
- [Test AddAttachment](https://docs.sharelogic.com/unifi/4.3/configure/how-to-guides/how-to-handle-attachments/test-addattachment.md): Follow these steps to test the AddAttachment Message.
- [How to Manually Close a Bond](https://docs.sharelogic.com/unifi/4.3/configure/how-to-guides/how-to-manually-close-a-bond.md)
- [How to Poll for Large Response Payloads](https://docs.sharelogic.com/unifi/4.3/configure/how-to-guides/large-response-payloads.md): If you're building a polling integration that has response payloads larger than 5MB then you'll need to save them as attachments and adapt your response processing.
- [How to Setup an OAuth Connection](https://docs.sharelogic.com/unifi/4.3/configure/how-to-guides/how-to-setup-an-oauth-connection.md): Follow this guide to learn how to setup an OAuth Connection in Unifi.
- [Identity Provider Instance](https://docs.sharelogic.com/unifi/4.3/configure/how-to-guides/how-to-setup-an-oauth-connection/identity-provider-instance.md): These are the configuration changes to be made in the identity provider instance when setting up an OAuth Connection.
- [Identity Consumer Instance](https://docs.sharelogic.com/unifi/4.3/configure/how-to-guides/how-to-setup-an-oauth-connection/identity-consumer-instance.md): These are the configuration changes to be made in the identity consumer instance when setting up an OAuth Connection.
- [OAuth Refresh Token Job](https://docs.sharelogic.com/unifi/4.3/configure/how-to-guides/how-to-setup-an-oauth-connection/oauth-refresh-token-job.md): Setup a scheduled job to ensure refresh tokens do not expire.
- [How to Setup Heartbeat Messages](https://docs.sharelogic.com/unifi/4.3/configure/how-to-guides/how-to-setup-heartbeat-messages.md)


---

# 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/4.3/configure.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.
