# Finalize Round Details

* [x] Define the outcome/success of the round you want to achieve by asking these [questions](/round-operations/questions.md).
* [x] Based on above, develop an eligibility criteria(Refer here for best practices)
* [x] Setting Application Questions (necessary information) to be collected from projects (see reference [Here](https://docs.google.com/document/d/15-CLBJkGWE6BLanE1upZW1MJIPLi7yHmf5xhnAtZQQI/edit))
* [x] Gather the wallet addresses of the Round Operators from your team who will have access to the round details (we suggest having at least two operators from the team).

💧Tip : Opt for a wallet that isn't linked to your main income source or holding substantial funds. Preferably, use a distinct, separate wallet.


---

# 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://roundoperations.gitcoin.co/round-operations/round-setup/finalize-round-details.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.
