# Smart Suggestions

Toggle pays attention to what you are doing and gently suggests what might help you next.

As you work, it can spot missing steps, surface relevant docs you already used, suggest follow-ups you may have forgotten or help you complete something you started writing. Suggestions are always tied to your real context, not random hints, and you can see why each one appears.

Toggle uses what it knows about your recent activity and your past work to offer useful next moves without taking control away from you.

**Examples**\
• Reminding you to send a follow-up after revisiting an old conversation\
• Bringing back a document or link you used last week when it becomes relevant again\
• Helping you finish a paragraph based on the structure you already started\
• Pointing out a connection between two threads that belong to the same idea


---

# 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://toggle.gitbook.io/togglex/oldgitbook-below/toggle-changes-the-way-you-work/smart-suggestions.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.
