# Types of Program

These are the types of programs a customer can create on our platform.

<table data-header-hidden><thead><tr><th width="167">TYPE</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td>TYPE</td><td>DESCRIPTION</td></tr><tr><td>Public</td><td>This program is visible to everyone, including any logged-in users.</td></tr><tr><td>Private</td><td>This program is invite-only and is visible only to selected researchers.</td></tr><tr><td>Managed</td><td>The Bugv team will manage all incoming reports for the program.</td></tr><tr><td>UnManaged</td><td>The program owner is responsible for managing and validating all incoming reports themselves.</td></tr><tr><td>Reward &#x26; Point</td><td>This indicates that the program will offer monetary rewards and points for the reports. </td></tr><tr><td>Point Only</td><td>This indicates that the program will provide only points for the reports, with no monetary rewards offered.</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/type.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.
