# Advanced Recipes

- [How to suppress Request creation](https://docs.clearfeed.ai/clearfeed-help-center/advanced-recipes/how-to-suppress-request-creation.md)
- [How to create Tickets for Important Messages](https://docs.clearfeed.ai/clearfeed-help-center/advanced-recipes/how-to-create-tickets-for-important-messages.md)
- [Best Practices for Writing AI Instructions in Auto-Fill Fields](https://docs.clearfeed.ai/clearfeed-help-center/advanced-recipes/writing-prompts-for-auto-fill-fields.md)
- [Setting up Dynamic Approvers using Okta](https://docs.clearfeed.ai/clearfeed-help-center/advanced-recipes/setting-up-dynamic-approvers-using-okta.md): Configure dynamic approvers in ClearFeed using Okta integration for automated approval routing
- [Importing Insights Data into Google Sheets](https://docs.clearfeed.ai/clearfeed-help-center/advanced-recipes/importing-insights-data-into-google-sheets.md): This guide shows how to import insights data from the ClearFeed API into Google Sheets using Google Apps Script.
- [How to tag yourself on specific requests in Slack](https://docs.clearfeed.ai/clearfeed-help-center/advanced-recipes/how-to-tag-yourself-on-specific-requests-in-slack.md)
- [Paging Critical Incidents to PagerDuty using ClearFeed Automations](https://docs.clearfeed.ai/clearfeed-help-center/advanced-recipes/paging-critical-incidents-to-pagerduty-using-clearfeed-automations.md)


---

# 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.clearfeed.ai/clearfeed-help-center/advanced-recipes.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.
