# Studylab AI

Every study guide has an **AI Assistant** at the bottom of the editor. Think of it as an immediate Chat GPT resource for any question or deep-dive you might need when creating your study guide.&#x20;

Instead of having to toggle between tabs to access Chat GPT, we have **integrated** it within the editor to keep you focused on what you are working on.

### Ask Anything

Just like Chat GPT, you can prompt the AI with anything that you want. We have gone a step further to  integrate specific prompting to help you brainstorm ideas, create outlines, summaries and explanations.

### Specific Prompts

Select one of the options from the menu on the top and give the AI some context to get a detailed response. For these specific prompts, we have done the work for you to ensure you get the best response possible.


---

# 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.studylab.so/how-it-works/studylab-ai.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.
