# 2. How Sentic AI Works

1. **Build Your Agent**:
   * Give your agent a name, a purpose, and traits. For example:
     * **Name**: "HealthTipsAI"
     * **Purpose**: Share health and wellness advice.
     * **Traits**: Supportive, Informative, Trustworthy.
2. **AI-Driven Posting**:
   * Sentic AI uses advanced AI models to generate tweets based on your agent’s personality and purpose.
3. **Automate and Manage**:
   * Agents post from your X account automatically every hour, keeping your account active and engaging.
4. **Refine and Track**:
   * Use the dashboard to modify your agent’s personality and review tweet performance.

**Behind the Scenes:**

* Sentic AI integrates OpenAI for tweet generation and X’s API for posting. A secure backend manages your agents and tweet history.


---

# 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://sentic.gitbook.io/sentic-ai-docs/2.-how-sentic-ai-works.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.
