# FAQs

<details>

<summary>Why should I use Korey instead of ChatGPT or an MCP Server?</summary>

ChatGPT is great for broad use cases, but Korey is built for the day-to-day work of building software. Korey understands product development workflows and gains context from your project management tools.\
\
MCP Servers provide the infrastructure to connect agents to your code. Korey builds on that foundation with out-of-the-box project intelligence that already understands how your team plans, tracks, and ships software.

</details>

<details>

<summary>Do you train Korey on my data?</summary>

No. Your inputs and outputs are never used to train our models or those of our service providers.

</details>

<details>

<summary>Who is the team behind Korey?</summary>

Korey was built by the team who makes [Shortcut](https://shortcut.com/), a project management tool for engineering teams. Our mission is to remove the friction around product development, so teams can focus on what matters. Learn more about our [team](https://www.shortcut.com/about).

</details>

<details>

<summary>Can I try Korey for free?</summary>

Yes! Every new team gets a 14-day free trial with 100 interactions included. After that, plans start at $59 per month per organization. [Start your free trial →](https://www.korey.ai/)

</details>

<details>

<summary>How do plans work?</summary>

Korey is priced per organization, not per individual. Each plan gives your org a shared workspace where everyone can collaborate with Korey. Need more? You can upgrade your plan or purchase additional interactions at any time.

</details>

<details>

<summary>Can I read your privacy policy?</summary>

Of course! [Privacy](https://www.shortcut.com/privacy) and [Terms](https://www.shortcut.com/terms)

</details>


---

# 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://docs.korey.ai/getting-started/faqs.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.
