# AS2 Integration Setup

### AS2 connection properties

1. To connect to the AS2 server, you should use the autogenerated data and fill in the required data on the recipient side from the integration page **/admin/integrations/list**
2. Self URL - URL of DocStudio AS2 server.
3. Self certificate - certificate of the AS2 server.
4. Self ID - self ID of connection to AS2 server.
5. Recipient URL - connection URL to AS2 server (files will be sent here).
6. Recipient certificate - AS2 server recipient certificate.
7. Recipient ID - recipient ID of connection to AS2 server.
8. Recipient email - an optional parameter of the recipient email.
9. Encryption algorithm - an optional parameter of encryption, by default, 3des is used.
10. Signing algorithm - optional parameter of the signing algorithm, by default md5 is used.

**Notes on use**

The client can use different data exchange formats on the AS2 server, and it’s defined by the AS2 server configuration. DocStudio doesn’t know the specific folder on the AS2 server where to put the data.


---

# 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://support.docstudio.com/admin-panel/integrations-and-api-access/integrations-page/as2-integration-setup.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.
