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

# Framework

### **What Sets Supercluster Apart?** <a href="#what-sets-psynova-apart" id="what-sets-psynova-apart"></a>

Supercluster is a no-code AI agent platform that empowers users to create intelligent agents with minimal effort. From automating tasks to providing real-time insights, Supercluster is designed to simplify AI adoption across industries.

### **Diverse Training Data** <a href="#diverse-training-data" id="diverse-training-data"></a>

Supercluster AI agents are trained on a significantly broader and more diverse dataset compared to traditional GPT models. This includes a wider array of sources, styles, and formats, ensuring the agents are versatile and adaptable across a variety of tasks.

### **Advanced Model Architecture** <a href="#advanced-model-architecture" id="advanced-model-architecture"></a>

Built on a variant of the Transformer model, Supercluster's agents utilize an enhanced attention mechanism. This innovative design enables them to focus more precisely on specific parts of the input text, improving context understanding and generating more accurate outputs.


---

# 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://supercluster-2.gitbook.io/supercluster-docs/framework.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.
