# Configure Access Types

You can configure [Access Types](/api-inventory/how-to/configure-access-types.md) on Akto dashboard. Access Types are based on the IPs in the `X-Forwarded-For` header.

You should configure the Private IP list and Partner IP list to get an accurate view of how your APIs are exposed to the world. A `Private` microservice should NOT be hit from the `Public` domain.

Go to **Settings** > **About**. Scroll down to check Private CIDRs list and Partner CIDRs list. You can add a comma-separated list of CIDRs.

{% embed url="<https://demo.arcade.software/X7j4ft1T1NiX419LlwHr>" %}


---

# 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/api-inventory/how-to/configure-access-types.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.
