# HOW TO GUIDES

- [How to Handle Attachments](https://docs.sharelogic.com/unifi/3.1/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/3.1/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/3.1/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/3.1/how-to-guides/how-to-handle-attachments/test-addattachment.md): Follow these steps to test the AddAttachment Message.
- [How to Setup an OAuth Connection](https://docs.sharelogic.com/unifi/3.1/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/3.1/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/3.1/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.


---

# 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.1/how-to-guides.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.
