# Social Agents

Xalora Agent Framework is a lightweight and modular agent framework that allows you to build agents. Social agents are a key use case of the framework. They interact seamlessly across popular platforms such as Telegram, Discord, Twitter, Farcaster, and through REST APIs, making it simple for you to engage your audience, just like having a social media intern that works 24/7.

<figure><img src="/files/siDmCsAWifHyADtOjUIF" alt=""><figcaption></figcaption></figure>

**Key Features**

* **Consistent Conversations across platforms:**\
  Process text messages and generate responses across multiple platforms.
* **Advanced Reasoning:**\
  Chain-of-thought reasoning to generate better responses by digesting context from the conversation and the wider internet.
* **Multimodal:**\
  Interact with your audience using images, videos, and audio.


---

# 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://xalora-ai.gitbook.io/xalora-ai-docs/agent-framework/social-agents.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.
