# Authentication Types Available

Supported authentication methods:

* OAuth2
* OAuth1
* Username and password
* BasicAuth
* API Key
* Bearer Token
* AWS signature
* Refreshable tokens (all kinds of OAuth2 derivatives)
* No authentication (simple requests via the Rest Helper)

{% content-ref url="/pages/-Meo45ZmUYRfYENB79Pf" %}
[Setting up authentication](/connectors/authentication/setting-up-authentication.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Meo4VF0GvmcAk8I9Rc4" %}
[How are API versioning and API updates handeled?](/connectors/authentication/how-are-api-versioning-and-api-updates-handeled.md)
{% endcontent-ref %}


---

# 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.locoia.com/connectors/authentication.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.
