# Program Status

When a program is created on our platform, it is assigned a specific status. Below are the available statuses:&#x20;

![](/files/-MbM62R096FrOIZNEvKj)

Here are the description and available status.&#x20;

<table data-header-hidden><thead><tr><th width="161">STATUS</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td>STATUS</td><td>DESCRIPTION</td></tr><tr><td>PENDING</td><td>The program is in a pending state as it has not yet been validated by the admin.</td></tr><tr><td>APPROVED</td><td>The program has been approved and is currently active on our platform.</td></tr><tr><td>REJECTED</td><td>The program has been rejected by the admin for not meeting the required standards.</td></tr><tr><td>PAUSED</td><td>The program is currently paused and will not be accepting any new submissions.</td></tr><tr><td>CLOSED</td><td>The program has been closed and is no longer active on the platform.</td></tr></tbody></table>


---

# 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://docs.bugv.io/customers/program/status.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.
