# Submit an Agent to the Marketplace

## **Prerequisites**

* A completed agent built using the AutoGPT Builder
* Your agent must be saved before submission

## **Submission Steps**

1. **Access the Submission Form**
   * Navigate to the marketplace
   * Click the "Submit Agent" button
2. **Select Your Agent**
   * Use the dropdown menu to select your completed agent
3. **Fill Out Required Information**
   * Add a detailed description of your agent
   * Enter the author name
   * Add at least one keyword to help users find your agent
   * Select the most relevant category for your agent
4. **Review Terms**
   * Read and agree to the marketplace terms
5. **Submit for Review**
   * Click the "Submit" button to complete your submission

## **After Submission**

* Your agent will enter a "pending" state
* The AutoGPT team will review your submission
* If approved, your agent will appear in the marketplace as a new listing

## **Tips for a Successful Submission**

* Provide a clear, detailed description of what your agent does
* Choose relevant keywords that accurately describe your agent's functionality
* Ensure your agent is fully tested and working as intended before submission
* Select the most appropriate category to help users find your agent


---

# 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://agpt.co/docs/platform/tutorials/submit-agent-to-marketplace.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.
