# Advanced

This section covers advanced capabilities and features for power users who want to extend and customize their AI agents beyond the basics.

## What You'll Learn

This section provides in-depth guides on:

* **Agentic Workflows**: Build complex, multi-step autonomous agent workflows
* **Agent Tools**: Leverage built-in and custom tools to extend agent capabilities
* **Prompt Engineering**: Master advanced prompt techniques for better results
* **Agent Hub & Marketplace**: Discover and share pre-built agents with the community

## Topics in This Section

### [Agentic Workflows](/product/advanced/agentic-workflows.md)

Learn how to create sophisticated workflows where agents can plan, execute, and adapt to complex tasks autonomously. This includes multi-step reasoning, tool chaining, and conditional logic.

### [Agent Tools](/product/advanced/agent-tools.md)

Explore the complete toolkit available to your agents, including data retrieval, API integrations, web search, and custom function calling. Learn how to create and register your own tools.

### [Sample Prompts](/product/advanced/sample-prompts.md)

Access a curated collection of proven prompts for various use cases. Learn from real-world examples and adapt them to your specific needs.

### [Agent Hub & Marketplace](/product/advanced/agent-hub.md)

Discover the Agent Hub where you can find pre-configured agents for common scenarios, share your own creations, and collaborate with the community.

## Who This Is For

These advanced features are designed for:

* **Developers** building complex integrations
* **Power Users** who need custom automation
* **Teams** implementing sophisticated AI workflows
* **Organizations** creating reusable agent templates

## Prerequisites

Before diving into advanced features, we recommend:

* Completing the [Quick Start Guide](/getting-started/quick-start.md)
* Creating at least one basic [AI Agent](/product/overview.md)
* Understanding core [RAG Strategies](/product/overview-1.md)
* Familiarity with [Prompt Engineering](/product/overview/prompt-engineering.md) basics

## Next Steps

Ready to get started? Begin with [Agentic Workflows](/product/advanced/agentic-workflows.md) to understand how to orchestrate complex agent behaviors, or jump to [Agent Tools](/product/advanced/agent-tools.md) if you want to extend agent capabilities immediately.


---

# 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://help.twig.so/product/advanced.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.
