# Adding Project To Calendar

Before a project is visible to everyone on the calendar, it first has to be approved by our vetting team. This is due to the many bad actors in the web3 space.&#x20;

The first step is to add the project to our database - here's how: [Adding Project To Database](/alphabot/raffles/project-data-source/adding-project-to-database.md).

Once added, the vetting team will review it. If you have any questions about the vetting status of your project, please open a Calendar ticket in our Discord server or reach out to us on our website (see [Support / Help](/alphabot/support/support-help.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/the-calendar/adding-project-to-calendar.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.
