> For the complete documentation index, see [llms.txt](https://faq.secuna.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.secuna.io/guides/how-to-setup-secuna-discover-program.md).

# Setup Secuna Discover program

Congratulations! Your account has been verified by Secuna and you can now continue setting up your program.

\
Below are the steps that will get you up and running:

![](https://downloads.intercomcdn.com/i/o/268927578/4319668abb373f5295820232/image.png)

* Select **Discover** by clicking the **Select & Continue** button - the **Let's build your security program page** displays.

![](https://downloads.intercomcdn.com/i/o/268931566/fbd936969e9785c07f832d66/image.png)

* Select the plan for your program, then click the **Continue** button.

![](https://downloads.intercomcdn.com/i/o/268931834/23619a0dfc339f0d3e782cb0/image.png)

* Next step is setting up the profile of your program. Enter the details for each corresponding fields, then click the **Continue** button to proceed.

![](https://downloads.intercomcdn.com/i/o/268931973/aefa7552f372c220201af584/image.png)

* Next step is to review and modify the Policy for your program. Once done, click the **Continue** button to proceed.

![](https://downloads.intercomcdn.com/i/o/268932037/b77c6f5815fc30cc666f3dfd/image.png)

* Next step is setting your in-scope and out-of-scope assets. Click the **Add Asset** button to select the type of your asset and provide the necessary details of your asset. Once done, click the **Continue** button to proceed.

![](https://downloads.intercomcdn.com/i/o/268932162/bd2d545e1f21d3259ce1585b/image.png)

* You have the option to choose from ready-made bounty rates or provide your preferred bounty rates. Once done, click the **Continue** button to proceed.

![](https://downloads.intercomcdn.com/i/o/268932518/b9ec6da1345c9f111e2fe3a8/image.png)

* Review your program subscription and provide the necessary details for the payment method. The payment method will be used for your program's recurring plan subscription and bounty payment for every rewarded report. Once paid, click the **Continue** button to proceed.

![](https://downloads.intercomcdn.com/i/o/268933457/3386d5e86110f52275c3bd65/image.png)

* This is the last step of onboarding. Review your program to check if everything is right then click the **Launch my program** button to run your program.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://faq.secuna.io/guides/how-to-setup-secuna-discover-program.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
