> For the complete documentation index, see [llms.txt](https://doc.giveaway.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.giveaway.com/project-partner-tutorial/other-faq/tasks/task-types-and-set-up/social-media-tasks.md).

# Social Media Tasks

## 🔶Steam Task

According to the tasks set by Steam, it can more accurately capture the specific people of Steam and improve the effectiveness of your Giveaway.

**Play a Game on Steam:** The participants must play this game you assigned. And you can set the Time Limit (optional):

<figure><img src="/files/9d6nesHzdyXqbnqIiFSm" alt=""><figcaption></figcaption></figure>

**Join a Group on Steam:** Ask the participant joins to the Group you assign.

<figure><img src="/files/ZOuLT0wikKQonLB4XaWm" alt=""><figcaption></figcaption></figure>

**Own a Special Game on Steam:** The participants must hold the special game you assign on Steam.

Only assign the game that can find on Steam.

<figure><img src="/files/KvyBleIFi5O3WMsQbwD2" alt=""><figcaption></figcaption></figure>

**Total Hours Played on Steam:** To verify the total played time on Steam of the participant. The participant's Played Hour must be equal to/ higher than the set amount.

<figure><img src="/files/TwyQxdxJlEej90zWqZpB" alt=""><figcaption></figcaption></figure>

**Total Games Owned on Steam:** To verify the game amount on Steam of the participant, the amount must be equal to/ higher than the set amount.

<figure><img src="/files/qfgK37b9MOCrssv978aX" alt=""><figcaption></figcaption></figure>


---

# 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://doc.giveaway.com/project-partner-tutorial/other-faq/tasks/task-types-and-set-up/social-media-tasks.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.
