> For the complete documentation index, see [llms.txt](https://rpa-connect.gitbook.io/rpa-connect/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rpa-connect.gitbook.io/rpa-connect/en-us/blueprism/connection-with-blueprism/additional-information.md).

# Additional Information

If you want to learn more about the endpoints used in the configuration, you can access the Swagger documentation at the following link: <https://app.rpaconnect.io/swagger/index.html>

There, you will find a complete and detailed list that will also be useful when working with other connectors.

To conclude, we will review some of the most common errors that may arise when using the connector, their meanings, and ways to resolve them:

<table><thead><tr><th width="99">Code</th><th width="302">Error Description</th><th>Resolution</th></tr></thead><tbody><tr><td>400</td><td>An error has occurred</td><td></td></tr><tr><td>401</td><td>Expired token or incorrect ApiKey</td><td>Re-execute the authentication action or verify the ApiKey</td></tr><tr><td>403</td><td>No form permission</td><td>Create a profile in <em><strong>Authorization Profiles</strong></em> or add a form to the existing profile</td></tr><tr><td>500</td><td>Server error</td><td>Contact support at the email address <a href="mailto:support@rpaconnect.io">support@rpaconnect.io</a>.</td></tr></tbody></table>

**Congratulations!** You have completed the walkthrough. You now know how to manage user and group roles and permissions in RPA Connect from ***Admin App*** and ***Microsoft Entra ID***, as well as how to work with the RPA Connect Connector to manage your forms through BluePrism.


---

# 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://rpa-connect.gitbook.io/rpa-connect/en-us/blueprism/connection-with-blueprism/additional-information.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.
