# Project Data Source

The project data source connects your raffle to a project in our database, which we use to alert users of their wins and on mint day when a project they have whitelist for is minting.

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

When you create a raffle, you have to select a project in this field. You can search for the project you're running a raffle for by name or Twitter URL.&#x20;

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

Data about the project be displayed on the raffle page. If you believe the data is incorrect, you can report missing or incorrect data, or change the data yourself: [Changing Project Data](/alphabot/raffles/project-data-source/changing-project-data.md).

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

If a project is not available in the dropdown, the `+` icon next to it can be used to add missing project data - which is explained here: [Adding Project To Database](/alphabot/raffles/project-data-source/adding-project-to-database.md).


---

# 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://alphabot-docs.gitbook.io/alphabot/raffles/project-data-source.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.
