# Automations

- [Keywords](https://docs.fullwhere.com/documentation/documentation-en/automations/keywords.md): Create words that will be automatically detected by Fullwhere
- [Workflows](https://docs.fullwhere.com/documentation/documentation-en/automations/workflows.md): Configure your rules to manage your customer interactions according to your business logic
- [AI agents](https://docs.fullwhere.com/documentation/documentation-en/automations/ai-agents.md): Build AI agents to respond to your customers
- [Knowledge bases](https://docs.fullwhere.com/documentation/documentation-en/automations/knowledge-bases.md): Centralize your brand information to feed your AI agents
- [Variables](https://docs.fullwhere.com/documentation/documentation-en/automations/variables.md): Use variables to make your AI agents dynamic based on context
- [Attributes](https://docs.fullwhere.com/documentation/documentation-en/automations/attributes.md): Customize your Fullwhere workspace by creating custom fields


---

# 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.fullwhere.com/documentation/documentation-en/automations.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.
