# Platform guide for sponsors

Code4rena's sponsor platform provides your team with a secure, efficient interface to prepare for your audit, review submissions, and track your progress through fixes and report publication.&#x20;

This guide will help you navigate the platform, view and respond to submissions, and understand how to use the tooling for maximum efficiency.&#x20;

* [Account setup](#account-setup)
* [Your audit dashboard](/platform-guide/platform-guide-for-sponsors/your-audit-dashboard.md)
* [Viewing submissions](/platform-guide/platform-guide-for-sponsors/viewing-submissions.md)
* [Comments](/platform-guide/platform-guide-for-sponsors/comments.md)

***

## Account setup

Access to the client dashboard requires a Code4rena user account.

* If you already have Code4rena accounts, share your usernames with your Engagement Manager.
* If not:
  * [Create C4 accounts here](https://code4rena.com/register/account)
  * Verify email for your account
    * Check your inbox for an email from <noreply@code4rena.com>.
    * Click the verification link to confirm your email address.
  * Provide your Engagement Manager with a list of the team's usernames

<figure><img src="/files/13lE7VohsNXydTDYkW0f" alt=""><figcaption><p>Visit <a href="https://code4rena.com/register/account">https://code4rena.com/register</a> to register an account.</p></figcaption></figure>

Once we link your accounts to the audit, you'll be able to track your audit’s progress by logging in at [code4rena.com](https://code4rena.com).

{% hint style="info" %}
You can safely ignore the "Connect wallet" option - that's for wardens, so they can get paid for finding bugs.
{% endhint %}


---

# 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.code4rena.com/platform-guide/platform-guide-for-sponsors.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.
