> For the complete documentation index, see [llms.txt](https://xnet-mobile.gitbook.io/xnet-mobile-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xnet-mobile.gitbook.io/xnet-mobile-docs/deploy-connect-earn/faq.md).

# FAQ

### 1. What is Carrier Location Approval?

"Carrier Location Approval" is a process where XNET Mobile submits registered deployment locations to its carrier partners to ensure compliance with specific criteria. This involves verifying that the locations submitted are valid business, commercial, or public venues. The approval process, which can currently take up to 30 days, ensures that deployment adheres to non-residential restrictions, facilitating efficient, effective, and valuable coverage to the carriers.

### 2. My Access Point is not turning on or malfunctioning, what is the warranty policy?

When experiencing issues with your Access Point, it's important to note that each manufacturer has its own Return Merchandise Authorization (RMA) process and warranty specifics. To resolve these issues, please open a support ticket on our website. Our team will provide you with specific instructions tailored to the manufacturer's process and warranty terms.

### 3. Why don’t I see the XNET Passpoint SSID?

* It can take up to 30 days for the device to get into the carrier location approval. You may see "XNET Roaming" as an SSID prior to the 30 day timeline.
* It may have been added as your own device on your own network.
* The XNET configuration could possibly need to be added so that it is on the network. Please open a ticket on the website to get the configuration added.


---

# 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://xnet-mobile.gitbook.io/xnet-mobile-docs/deploy-connect-earn/faq.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.
