# Connect Akto with OpenAPI

## Introduction

[Akto](https://www.akto.io/) needs your staging, production or other environment's traffic to Discover APIs and analyze for AP misconfiguration. It does so by connecting to one of your [traffic sources](/traffic-connector/traffic-data-sources.md). If you don't have access to staging or production environment, you can create API inventory using OpenAPI spec.

{% hint style="info" %}
Note that traffic from OpenAPI spec won't be automated like the native cloud connectors.
{% endhint %}

### Pre-requisites for Akto OpenAPI connection

* You must have an `active Akto account`. If you don't have one, sign up for an account on the Akto platform.
  * [Cloud Signup](https://app.akto.io/)
* Prepare the OpenAPI specification you wish to upload to Akto. Make sure these collections are organized and contain the API requests you want to work with. You can also add your authentication mechanism in the specification file itself, to unlock advanced capabilities of the AKTO testing module.

## Get Support for your Akto setup

There are multiple ways to request support from Akto. We are 24X7 available on the following:

1. In-app `intercom` support. Message us with your query on intercom in Akto dashboard and someone will reply.
2. Join our [discord channel](https://www.akto.io/community) for community support.
3. Contact `help@akto.io` for email support.
4. Contact us [here](https://www.akto.io/contact-us).


---

# 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.akto.io/traffic-connector/manual/openapi.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.
