# Configure

- [Integration Designer](/unifi/4.1/configure/integration-designer.md)
- [Processes](/unifi/4.1/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](/unifi/4.1/configure/integrations.md): The Integration is where most configuration and settings are stored.
- [Connections](/unifi/4.1/configure/connections.md): Use Connections to manage all your environment details for each integration.
- [Messages](/unifi/4.1/configure/messages.md): A Message contains all the configuration required to send, receive, and process a request.
- [Message Scripts](/unifi/4.1/configure/message-scripts.md): Message Scripts are where the request processing and data mapping occurs.
- [Fields](/unifi/4.1/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](/unifi/4.1/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](/unifi/4.1/configure/response-actions.md): Response Actions are interceptors that allow you to customise the way responses are handled.
- [Event Actions](/unifi/4.1/configure/event-actions.md): Event Actions are a means of triggering an action from an event.
- [Datasets](/unifi/4.1/configure/datasets.md)
- [Create a New Dataset](/unifi/4.1/configure/datasets/create-a-new-dataset.md)
- [Dataset Extras](/unifi/4.1/configure/datasets/dataset-extras.md)
- [Polling](/unifi/4.1/configure/polling.md)
- [Pollers](/unifi/4.1/configure/polling/pollers.md): A Poller makes a scheduled request to a remote system.
- [Poll Processors](/unifi/4.1/configure/polling/poll-processors.md): Poll Processors are used to setup, execute and process Poll Requests.
- [Administration](/unifi/4.1/configure/administration.md)
- [Activity Logs](/unifi/4.1/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](/unifi/4.1/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](/unifi/4.1/configure/administration/properties.md): Global system settings for Unifi.
- [Scheduled Scripts](/unifi/4.1/configure/administration/scheduled-scripts.md): Scheduled Scripts are automatically created by the system to perform tasks.
- [System Logs](/unifi/4.1/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](/unifi/4.1/configure/attachments.md)
- [Extracting Attachments](/unifi/4.1/configure/attachments/extracting-attachments.md)
- [Fetching Attachments](/unifi/4.1/configure/attachments/fetching-attachments.md)
- [Embedded Attachments](/unifi/4.1/configure/attachments/embedded-attachments.md)
- [Scripting](/unifi/4.1/configure/scripting.md)
- [Snippets](/unifi/4.1/configure/scripting/snippets.md): Useful snippets of code given as examples to help with various scripting needs.
- [Variables](/unifi/4.1/configure/scripting/variables.md): Here you will find a description of the variables that are available to you when scripting in Unifi.
- [Documentation](/unifi/4.1/configure/documentation.md)
- [How to guides](/unifi/4.1/configure/how-to-guides.md)
- [How to Handle Attachments](/unifi/4.1/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](/unifi/4.1/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](/unifi/4.1/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](/unifi/4.1/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](/unifi/4.1/configure/how-to-guides/how-to-manually-close-a-bond.md)
- [How to Poll for Large Response Payloads](/unifi/4.1/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](/unifi/4.1/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](/unifi/4.1/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](/unifi/4.1/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](/unifi/4.1/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](/unifi/4.1/configure/how-to-guides/how-to-setup-heartbeat-messages.md)
