> For the complete documentation index, see [llms.txt](https://docs.code4rena.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.code4rena.com/platform-guide/platform-guide-for-sponsors.md).

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