> For the complete documentation index, see [llms.txt](https://kb.theloops.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.theloops.io/home.md).

# Home

<p align="center">Welcome to the IFS Loops Knowledge Base. Select your IFS Loops product to learn more.</p>

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><strong>Agent Studio</strong></td><td>A no-code platform for building, deploying, and managing AI agents that automate complex business workflows.</td><td><a href="/spaces/RIbp8Kp04VLXld01gmAs/pages/njH9eu74kH4nq2PaW1uB">/spaces/RIbp8Kp04VLXld01gmAs/pages/njH9eu74kH4nq2PaW1uB</a></td><td><a href="/files/WrFzE9NC7uthj0TWfKnV">/files/WrFzE9NC7uthj0TWfKnV</a></td></tr><tr><td><strong>Digital Workers</strong></td><td>A suite of AI-powered digital workers that automate high-volume operational processes across supply chain, procurement, and inventory management.</td><td><a href="/spaces/wtaSDVCrMbb4Gnba4hQA/pages/9PmfeU7SRvkGyD3TWF6t">/spaces/wtaSDVCrMbb4Gnba4hQA/pages/9PmfeU7SRvkGyD3TWF6t</a></td><td><a href="/files/lXvnOiAzvD0GGQn8Uk15">/files/lXvnOiAzvD0GGQn8Uk15</a></td></tr><tr><td><strong>CX Platform</strong></td><td>AI-powered tools that automate and enhance customer interactions, agent support, and contact center performance management.</td><td><a href="/spaces/o3WqE1JEUAvmvC1DxJHK">/spaces/o3WqE1JEUAvmvC1DxJHK</a></td><td><a href="/files/4u5zGVHgZoh8F8fXsEku">/files/4u5zGVHgZoh8F8fXsEku</a></td></tr></tbody></table>

<p align="center"></p>


---

# 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, and the optional `goal` query parameter:

```
GET https://kb.theloops.io/home.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
