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

# Welcome To AppsAlly

AppsAlly is a **no-code Slack bot builder** that allows you to create, customize, and deploy powerful Slack bots without writing a single line of code. Whether you need an automation assistant, a customer support bot, or a workflow manager, AppsAlly makes it easy with a simple drag-and-drop interface.

#### Key Features

* **Drag and Drop Flow Builder**: Design complex workflows effortlessly with a user-friendly interface.
* **Design Slack Forms**: Create customized forms for Slack and automate message delivery.
* **Smart Webhook Triggered Workflows**: Initiate workflows based on incoming webhooks for real-time automation.
* **Slash Commands Integration**: Enhance workflow efficiency by connecting slash commands directly to your workflows.
* **Bot Kit Form Builder**: Simplify form creation and management with a dedicated toolset.
* **Schedule Workflow Execution**: Plan and automate workflow execution at specified times.
* **Connect Third-Party REST API** *(Coming Soon)*: Integrate external APIs into your workflows for expanded functionality.

***


---

# 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.appsally.cloud/readme.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.
