> For the complete documentation index, see [llms.txt](https://handbook.proanimal.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://handbook.proanimal.org/for-organizers/campaign-guides/social-media-guide/technical-guide/posting-to-twitter-x.md).

# Posting to Twitter (X)

1. Log in to Pro-Animal Future’s Twitter account using the credentials provided. *Reach out to a PAF partner if you need the login info.*
2. Click the blue “Post” button at the bottom of the left-hand navigation menu, or start creating your post in the box found at the top of the home page that says “What is happening?!”
3. Create your post in the pop-up box.&#x20;

   * Add a caption by typing in the box where it says ‘What is happening?!’
   * Add a photo, gif, poll, or emoji in the media menu at the bottom left.&#x20;

   <div align="center" data-full-width="true"><figure><img src="https://lh6.googleusercontent.com/NmM19pjzqR16SDfShDVVGGNWRi6GipDi5lTvnEmnJw0yEn2mUB3aKwrpWfh5YluhbxtjEK2nvOXJA3GfulSJttw5Vn_7MdnfC2HV3O5gG9Ui5vbeArzrAbfIwPm9CWJN2sdSYQlDJ6Rg6I-tE2B_x20" alt=""><figcaption></figcaption></figure></div>
4. Click the blue ‘Post’ button to post to PAF’s feed immediately, or select the calendar icon from the media menu to schedule your post for later.

<figure><img src="https://lh3.googleusercontent.com/jiLBRiZhxhArqDC13dARtZ7sVFx-U3f3RKozFNfJKODZt9ArVkXBJexQsOUTPdw0QC5Mz-nhZlaO05fMnKlTf7oDHoscPzTgjO71V6XzIp69BHjNL_LaK6-I3gaLIK5ILY_IZvrvC0mt5Wpc5Nxfagk" alt="" width="563"><figcaption></figcaption></figure>

5. If scheduling, you can enter in the desired day & time for the post in the window that pops up after clicking the calendar icon.
   * You can view already scheduled tweets by clicking the “Scheduled Tweets” link at the bottom of the window. If you see a tweet that’s already been scheduled, be sure to schedule yours for a different day.

<figure><img src="https://lh5.googleusercontent.com/GOi7UHdNWB4IDhdIznywbiC-kG9aXeq0KjHiyqQVX4_k7927D22_kEEdbI1QCQtxocqAsr7Dbh5zTHCA8b_jIl97C0EZHbokPc2j-g-0zhr4fHfg3dZPlwAWYt9kPHzPxKp8t00Esc1OmKTvjG2D7uc" alt="" width="563"><figcaption></figcaption></figure>

6. Click "Confirm" to schedule your post.


---

# 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, and the optional `goal` query parameter:

```
GET https://handbook.proanimal.org/for-organizers/campaign-guides/social-media-guide/technical-guide/posting-to-twitter-x.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
