> For the complete documentation index, see [llms.txt](https://agpt.co/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://agpt.co/docs/platform/tutorials/submit-agent-to-marketplace.md).

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