> For the complete documentation index, see [llms.txt](https://docs.spreo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spreo.io/help/frequently-asked-questions/general.md).

# General FAQS

<details>

<summary>Is Spreo GDPR compliant?</summary>

Yes, Spreo is GDPR compliant. Please see our [Privacy Policy](https://spreo.io/privacy) and [Security](https://spreo.io/security) page for more details.

</details>

<details>

<summary>How much does it cost to use Spreo?</summary>

Spreo is free to try, with [paid plans](https://spreo.io/pricing) for teams that want to continue using Spreo after their 30 day free trial.

</details>

<details>

<summary>Are there any limits to using Spreo?</summary>

Teams on a free plan have a limit of 4 active boards. They can have unlimited team members and participants on those boards.

</details>

<details>

<summary>How can I contact the people behind Spreo?</summary>

It’s super easy to contact us – on the homepage select the speech bubble on the bottom right corner; it’s the ‘?’ when you’re in a board. We’re keen to hear from all our users to please get in touch with us if you have any issues using MR or if you’d like to give us some feedback or make a new cool feature request.

</details>

<details>

<summary>Where can I find Spreo's Terms and Privacy Policy?</summary>

Terms can be found here: <https://spreo.io/terms>. Privacy Policy can be found here: <https://spreo.io/privacy>. And these two links are always available at the bottom of the Home page.

</details>

<details>

<summary>Does Spreo work offline?</summary>

Spreo doesn’t work offline.

</details>

<details>

<summary>Which devices, OS and browsers does Spreo work on?</summary>

Spreo work on all desktop and laptop devices. The main browsers we recommend using are Chrome, Firefox & Edge.

</details>

<details>

<summary>What else can I use Spreo for beside retrospectives?</summary>

While retrospectives are the primary use case for Spreo, it is a collaborative whiteboard with tools and templates for all other meetings and workshop types. This includes product roadmaps, task tracking boards, ideas boards and team content hubs. Use one of our templates, or start with a blank board and create your own.

</details>

<details>

<summary>Which other tools is Spreo integrated with?</summary>

Spreo has an integration with Jira, for two-way creation and editing of issues. You can login with Slack, Github and Google login. We are also integrated with the common SSO providers.

</details>

<details>

<summary>What is Spreo?</summary>

Spreo is a tool to help teams run fun, engaging and collaborative online meetings and workshops.

</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.spreo.io/help/frequently-asked-questions/general.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.
