# VORD

{% hint style="info" %}
VORD is currently under development. Many features are still under construction.
{% endhint %}

Vord is an advanced orchestration system designed to simplify complex tasks and elevate productivity. By leveraging the power of large language models (LLMs), Vord empowers you to build AI assistants for analyzing data, automating workflows, or creating interactive chatbot experiences. \
In other words, Vord is an advanced yet simple orchestration system that allows you to design, configure, and deploy AI assistants capable of independent reasoning, task management, and tool integration.&#x20;

### Key Features

* **Web3 Capabilities:** Leverage blockchain technology to integrate decentralized workflows, token gating, and secure data management into your AI applications.
* **Agent Assistants:** Build AI agents equipped with reasoning capabilities, goal setting, and task execution. These assistants can perform diverse tasks, such as analyzing reports, composing documents, or functioning as conversational chatbots.
* **Custom Tools:** Integrate built-in or custom tools to expand the capabilities of your AI assistants, including internet searches, computations, or external API interactions.
* **Templates and Knowledge Integration:** Kickstart your projects with pre-designed templates and provide external knowledge sources to enrich your agents' understanding.

### How Does Vord Work?

1. **Start in the Studio:** Begin by exploring templates, or creating new ones.
2. **Use the Block Builder:** Use our simple block builder to create and customize your AI agent by integrating tools, workflows, and task parameters.
3. **Deploy and Iterate:** Publish your AI assistant and refine it over time.

{% hint style="info" %}
Try it for free: [https://app.vord.ai](https://app.vord.ai/studios/templates)
{% endhint %}

### Learn More About Vord

To learn more about Vord, its features, and how to get started, visit Vord documentation [here](https://vord.gitbook.io/vord-docs).&#x20;


---

# 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.rivalz.ai/official-links/vord-application/vord.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.
