# Connections

Connections are Contextual's way of making integration with third-party APIs and services much easier than they otherwise would be. When making API calls from a Flow, Connections provide a number of important capabilities:

* Connections insulate the developer from needing to provide the URL of the external service\\
* They also encapsulate the authentication strategy for the particular service (e.g. Basic Auth, OAUTH2 Client Grant, etc) and ensure that the developer doesn't have to be aware of things like token exchanges/renewals.\\
* They store any secrets associated with the connection in an encrypted key vault, ensuring that such secrets, bearer tokens, or passwords are not accessible to anyone other than administrators with access to the connections.

These features ensure that flow developers have full access to third-party APIs but no access or responsibility to the API configurations and credentials.


---

# 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.contextual.io/documentation-and-resources/components-and-data/connections.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.
