# Can I select a specific Region?

**Q:&#x20;*****Can I manually select the Region (Vietnam or Japan) for Serverless Inference?***

**A:** Currently, the Serverless Inference package does not support manual selection of the processing Region.

To optimize cost and performance for general users, our system is designed to automatically distribute API requests flexibly between the Vietnam and Japan regions.

Please refer to the table below to understand the routing mechanism and choose the service that fits your needs:

|    **Criteria**   | **Serverless Inference**                                                                                                                  | **Dedicated Inference**                                                                                                 |
| :---------------: | ----------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
| Routing Mechanism | <p>Cross-Region Auto-routing</p><p><br></p><p>Automatically switches regions (VN ↔ JP) during overloads to ensure service continuity.</p> | <p>Fixed Region</p><p><br></p><p>Fixed to the Region initially selected by the customer (e.g., Running only in VN).</p> |
|  Data Commitment  | <p>High Availability</p><p><br></p><p>Prioritizes availability. Data may be processed in another region during peak times.</p>            | <p>Data Residency</p><p><br></p><p>Prioritizes data location. Guarantees data never leaves the selected Region.</p>     |
|   Recommendation  | For customers needing convenience and flexible costs, who accept short-term offshore data processing.                                     | For Government and Banking sectors requiring strict compliance with Data Sovereignty laws.                              |

If your project has specific requirements for a fixed processing region (e.g., strictly running in Vietnam for data residency compliance), please switch to the **Dedicated Inference** service.


---

# 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://ai-docs.fptcloud.com/fpt-ai-inference/fpt-ai-inference/faq/can-i-select-a-specific-region.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.
