# Threads

## Post a Thread with Photos

1. Go to the [AI Agent](https://my.blotato.com/agent)
2. Click "+ Add Post" and select Threads
3. Write your first post and attach photos via "Add Media"
4. Click "+ Add to Thread" to add more posts to the thread
5. Attach photos to each thread post as needed
6. Schedule or publish

For an automated thread workflow, see: [Email to Long Form Thread](/api/templates/2-email-to-long-form-thread.md)

For API thread posting, see: [Twitter Threads](/tips-and-tricks/twitter-threads.md) (the same `additionalPosts` field works for Threads)


---

# 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://help.blotato.com/platforms/threads.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.
