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

# LingoPod FAQ

<details>

<summary>Q: What makes LingoPod different from other translation devices on the market?</summary>

LingoPod is not just a translation device; it's a Web 3.0 AI Agent that offers real-time cross-lingual translation, earning opportunities through speech corpus contribution, and data privacy features.

</details>

<details>

<summary>Q: How does LingoPod ensure data privacy and ownership?</summary>

Your data will be stored locally on LingoPod. LingoAI utilizes MetaGraph tech stack ensure the separation of data and applications, returning data ownership to users. Additionally, it supports DePIN and hybrid AI, forming a P2P network with distributed ledger technology to protect user privacy.

</details>

<details>

<summary>Q: Can LingoPod work without an internet connection?</summary>

Yes, LingoPod can work without network support, utilizing a hotspot for connectivity. This makes it ideal for use in areas with limited internet access. Additionally, LingoPod supports offline real-time communication in 20 languages.&#x20;

</details>

<details>

<summary>Q: How does LingoPod enable users to earn?</summary>

Users can earn through submitting speech recording,  or paired speech and text, where their contributions are rewarded with LINGO tokens.

</details>

<details>

<summary>Q: What languages does LingoPod support?</summary>

LingoPod supports over 100 language pairs and accents, making it versatile for communication in various scenarios.

</details>

<details>

<summary>Q: Can LingoPod be used for business meetings?</summary>

Yes, LingoPod's meeting mode allows for multi-way simultaneous interpretation, making it perfect for business meetings with multilingual participants.

</details>

<details>

<summary>Q: How does LingoPod handle offline situations?</summary>

Even without a network connection, LingoPod provides 20 language pair mutual interpretation, ensuring seamless communication in offline scenarios.

</details>

<details>

<summary>Q: Is LingoPod compatible with other devices and applications?</summary>

Yes, LingoPod acts as an AI assistant, capable of processing commands across multiple apps, connecting bluetooth to the phone, enhancing user experience and efficiency.

</details>


---

# 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://docs.lingoai.io/product/lingopod/lingopod-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.
