# Getting Started

There are two ways to leverage the power of AI inside your extensions.

{% hint style="info" %}
To use AI APIs or AI Extensions, you need to subscribe to [Raycast Pro](https://raycast.com/pro).

AI Extensions aren't available on Windows for now.
{% endhint %}

## AI APIs

Use our [AI APIs](/api-reference/ai.md) to generate content such as summaries, translations, and more. For example, the [Notion extension](https://raycast.com/notion/notion) uses `AI.ask(...)` as part of its Quick Capture command to generate a summary of a website.

## AI Extensions

Create an [AI Extension](/ai/create-an-ai-extension.md) to enable natural language interactions in Quick AI, AI Chat, and AI Commands. For example, the [Linear extension](https://www.raycast.com/linear/linear) allows you to manage your team's issues or check your personal priorities by simply chatting to it.


---

# 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://developers.raycast.com/ai/getting-started.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.
