> For the complete documentation index, see [llms.txt](https://docs.k3-labs.com/introduction/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.k3-labs.com/introduction/automate.md).

# Automate

- [How to create a Workflow](https://docs.k3-labs.com/introduction/automate/how-to-create-a-workflow.md)
- [Design Page: Key Sections](https://docs.k3-labs.com/introduction/automate/design-page-key-sections.md)
- [Trigger Set Up](https://docs.k3-labs.com/introduction/automate/trigger-set-up.md)
- [Scheduled / Manual Trigger](https://docs.k3-labs.com/introduction/automate/trigger-set-up/scheduled-manual-trigger.md)
- [Smart Contract-based Trigger](https://docs.k3-labs.com/introduction/automate/trigger-set-up/smart-contract-based-trigger.md)
- [Token Smart Contracts Trigger Examples](https://docs.k3-labs.com/introduction/automate/trigger-set-up/smart-contract-based-trigger/token-smart-contracts-trigger-examples.md)
- [Swap/Staking Smart Contracts Examples](https://docs.k3-labs.com/introduction/automate/trigger-set-up/smart-contract-based-trigger/swap-staking-smart-contracts-examples.md)
- [NFT Collection Smart Contracts Examples](https://docs.k3-labs.com/introduction/automate/trigger-set-up/smart-contract-based-trigger/nft-collection-smart-contracts-examples.md)
- [Wallet event-based](https://docs.k3-labs.com/introduction/automate/trigger-set-up/wallet-event-based.md)
- [Chat as a Trigger](https://docs.k3-labs.com/introduction/automate/trigger-set-up/chat-as-a-trigger.md)
- [Functions Overview](https://docs.k3-labs.com/introduction/automate/functions-overview.md)
- [Details on Read functions datapoints](https://docs.k3-labs.com/introduction/automate/functions-overview/details-on-read-functions-datapoints.md): On this page you will find detailed information on all available datapoints, their description and sample responses.
- [Transform Function Details](https://docs.k3-labs.com/introduction/automate/functions-overview/transform-function-details.md)
- [Transform Custom Formula](https://docs.k3-labs.com/introduction/automate/functions-overview/transform-function-details/transform-custom-formula.md)
- [JSON Data Preview](https://docs.k3-labs.com/introduction/automate/functions-overview/json-data-preview.md)
- [Custom Inputs](https://docs.k3-labs.com/introduction/automate/functions-overview/custom-inputs.md)
- [Bitcoin Bridge (by Garden Finance)](https://docs.k3-labs.com/introduction/automate/functions-overview/bitcoin-bridge-by-garden-finance.md)
- [What are Actions?](https://docs.k3-labs.com/introduction/automate/what-are-actions.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.k3-labs.com/introduction/automate.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.
