> For the complete documentation index, see [llms.txt](https://docs.aicrisk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aicrisk.com/admin/agent-scanner-defaults/geographic-gating.md).

# Geographic Gating

<figure><img src="/files/a1vRPIOdBhDdfG8QIVdB" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/f7HEMhEzDNhPYBbINdGV" alt=""><figcaption></figcaption></figure>

**Purpose:** The Geographic Gating scanner is used to restrict access to an agent based on the user's geographical location.

**Functionality:** It analyzes network traffic or user metadata to determine the geographical location of the platform user.

**Implementation:** The scanner employs geolocation databases or services to map IP addresses or other location indicators to geographic coordinates. It then compares this information against predefined access policies or geographic boundaries to enforce access controls or filter content.

**Usage:** Geographic Gating is commonly used in content delivery networks (CDNs), streaming services, and online platforms to enforce regional licensing agreements, comply with legal requirements, or customize content based on user location.


---

# 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:

```
GET https://docs.aicrisk.com/admin/agent-scanner-defaults/geographic-gating.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.
