> For the complete documentation index, see [llms.txt](https://developers.oxylabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.oxylabs.io/products/pt-br/proxies/mobile-proxies/location-settings/asn-targeting.md).

# Direcionamento por ASN

Nossos Mobile Proxies suportam segmentação por número ASN, o que significa que você pode escolher proxies de operadoras específicas. Você precisa inserir o número ASN necessário na sua solicitação. Abaixo está o exemplo para a T-Mobile, cujo número ASN nos EUA é 21928:

`customer-username-ASN-21928-sessid-abcde12345:password`

Você pode encontrar números ASN [**aqui**](https://asnlookup.com/)**.**

{% hint style="warning" %}
Nossa segmentação por ASN está disponível para todos os usuários, embora alguns ASNs sejam reservados para clientes aprovados por KYC e possam retornar um `403 Acesso negado: ASN restrito` erro.\
Se você precisar de acesso a um ASN restrito, entre em contato com o Suporte ao Cliente ou com seu Gerente de Conta sobre o processo de KYC.
{% endhint %}

O pool de Mobile Proxies é dinâmico por natureza, então, se não houver IPs sob esse ASN específico naquele momento, você receberá um `502 Gateway inválido` código de resposta. Nesse caso, você deve tentar outro número ASN.

{% hint style="info" %}
Você pode usar apenas o parâmetro Country ou ASN por solicitação. Se ambos os parâmetros de localização forem usados, somente o parâmetro Country será aplicado.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://developers.oxylabs.io/products/pt-br/proxies/mobile-proxies/location-settings/asn-targeting.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
