# Usage

<figure><img src="https://2659888727-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnMzjqteyjRQVvzh8VUQx%2Fuploads%2F0JvvT4A2XVa57gQcCZjS%2Fprivateghandi_brainrot_chrome_3d_black_background_--v_6.1_6c30b2a1-48ca-4163-b43d-199d194ed294_2.png?alt=media&#x26;token=e31d5bcb-008c-4663-964c-102a3481035e" alt=""><figcaption></figcaption></figure>

#### **Setting Up a Persona**

1. Launch the app and navigate to the dashboard (`http://localhost:8080`).
2. Select **Create Persona** and configure the following:
   * **Name**: What should this persona be called?
   * **Tone**: Serious, funny, inspirational, or something else?
   * **Interests**: Topics this persona should focus on.

#### **Posting Tweets**

* Use the `/post_tweet` endpoint to share your thoughts:

  ```bash
  bashCopy codecurl -X POST -H "Content-Type: application/json" \
  -d '{"content": "Your amazing tweet here!"}' \
  http://localhost:8080/post_tweet
  ```
