# Step 3: Configure your project information in the tracking database

**Before submitting jobs for processing each individual sample (described in Step 6), users need to create a project first in the tracking database and configure them properly. Samples information will be imported to VCPA as described in Step 5.**

**VCPA provides application programming interface (APIs) for importing project information to the tracking database. Below are the three functions that you may evoke for project management:**

#### [3.1 List all the projects in the tracking database](https://niagads.gitbook.io/vcpa/step-3-configure-your-project-information-in-the-tracking-database/3.1-list-all-projects-in-the-tracking-database)

#### [3.2 Create the project in the tracking database](https://niagads.gitbook.io/vcpa/~/edit/primary/step-3-configure-your-project-information-in-the-tracking-database/3.2-create-the-project-in-the-tracking-database)


---

# 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://niagads.gitbook.io/vcpa/step-3-configure-your-project-information-in-the-tracking-database.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.
