> For the complete documentation index, see [llms.txt](https://docs.finandy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.finandy.com/earn/promotion-program/manual.md).

# Instructions for posting materials

### **Facebook:**

*To share Reels on Facebook from a mobile or desktop device*

1\. Select the required video from the list below (we recommend posting in order)

2\. Click on the link and navigate to Reels on our Facebook page

3\. Click on the arrow in the bottom right corner of the video

4\. Choose "News Feed" and "Public", and insert your [referral link or promotional code](/earn/referral-program.md#referral-link-promotional-code)

5\. Click the "Share" button

### **Instagram:**

*To share Reels on Instagram from a mobile device*

1. Select the required video from the list below (we recommend posting in order)
2. Click the link and go to Reels on our Instagram
3. Click the envelope icon in the bottom right corner
4. Click "Add to Your Story"
5. Then, click the arrow in the bottom right corner
6. From the dropdown menu, select "Your Story"
7. Click "Share" and then "Done"
8. Next, go to your stories (by clicking on your account avatar) and select the necessary video in your stories
9. Click on the three dots in the bottom right corner
10. Click "Share as Post"
11. Add a description and include your [referral link or promotional code](/earn/referral-program.md#referral-link-promotional-code)
12. Click "Share"

### **Twitter (X):**

*To share videos on Twitter (X) from a mobile device or desktop*

1\. Select the required video from the list below (we recommend posting in order)

2\. Click on the link and go to the post on our Twitter(X) page

3\. Click on the circular arrows below the video post

4\. Select "Quote Tweet" and add your [referral link or promotional code](/earn/referral-program.md#referral-link-promotional-code)

5\. Alternatively, copy the link to the tweet with the video and post it on your profile, adding your [referral link or promotional code](/earn/referral-program.md#referral-link-promotional-code)

### **Telegram:**

*To share a video on Telegram from a mobile or desktop device*

1\. Select the required video from the list below (we recommend posting in order)

2\. Click on the link and go to the post on our Telegram channel

3\. Click on the arrow next to the post

4\. Choose your channel to share the post

5\. In the video description, include your [referral link or promotional code](/earn/referral-program.md#referral-link-promotional-code)

6\. Click "Send"


---

# 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://docs.finandy.com/earn/promotion-program/manual.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.
