> 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/collect-verify-information-tasks.md).

# Collect/Verify Information Tasks

## Collect Physical Addressed

In this task, you can set the combination of addresses you need, which will be helpful when you send the rewards to participants at the giveaway ends or other required needs.

And you can download the participant address information as file.

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

## Collect Birthday Date

In this task, you can collect the participant's birthday day information and download the information as a file when the giveaway ends.

There are collect participant's full name option. You can set it as your need:

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

## Verify Enter Code

Participants have to enter Valid Entry Code to enter this giveaway. You can upload a CSV file of these codes and our system can validate if the codes are valid or invalid.&#x20;

There is no restriction on the amount of codes you can upload. Upload the Valid Code first, you can follow the template.

<figure><img src="/files/H6AG6EVpAFA5Hykyolyc" 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/collect-verify-information-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.
