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

# FAQs

<details>

<summary>How do I claim my tokens?</summary>

In most cases tokens will be claimable from our dashboard but in rare occasions they will be available from the project website. Regardless of the case, this information will be communicated on a project-to-project basis. &#x20;

</details>

<details>

<summary>What happens if I do not participate in any IDOs in my 90 days membership period?</summary>

Your membership is fully refundable so if you do not utilize your membership you have two options; you can either get a refund or extend it for another 90 days.&#x20;

</details>

<details>

<summary>How much does it cost?</summary>

Your membership [price ](/docs/polo/membership.md#dynamic-pricing)depends on when you join the community. It starts from $29.98 per month.

</details>

<details>

<summary>What does the membership include?</summary>

Please review the [membership ](/docs/polo/membership.md)page to find out in detail.&#x20;

</details>

<details>

<summary>Do you require KYC?</summary>

POLO can implement KYC for specific fundraises as required by the project.&#x20;

</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://poloventures.gitbook.io/docs/faqs.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.
