# Social Media Integration

Soly provides the ability to deploy AI Agents across social media platforms through the API. This integration enables seamless interaction between agents and users while maintaining consistent functionality. The current ecosystem supports integration with Telegram and Twitter.

### 1. Telegram Integration:

* Deploy AI Agents as interactive Telegram chatbots.
* Enable users to execute tasks and receive real-time updates through a messaging interface.
* Support natural language queries for crypto tasks such as market analysis, trading, and portfolio management.

### 2. Twitter Integration:

* Automate content publishing for project updates, market insights, and other community-focused activities.
* Facilitate community engagement by responding to tweets, comments, and queries.
* Maintain a non-intrusive, user-friendly presence on Twitter, ensuring meaningful interactions.


---

# 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.solyai.com/soly-ai-agent/all-about-soly-ai-agents/social-media-integration.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.
