> For the complete documentation index, see [llms.txt](https://support.highlight.xyz/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.highlight.xyz/knowledge-base/for-creators/project-quick-start-guides.md).

# Project quick start guides

If you want to just jump right into learning what you can do with Highlight, find a project below that matches the type that you’re trying to create and learn how it was created:

* [Launch an open edition](https://support.highlight.xyz/knowledge-base/for-creators/project-quick-start-guides/launch-an-open-edition)
* [Launch a 1-of-1 auction](https://support.highlight.xyz/knowledge-base/for-creators/project-quick-start-guides/launch-a-1-of-1-auction)
* [Launch a generative artwork](https://support.highlight.xyz/knowledge-base/for-creators/project-quick-start-guides/launch-a-generative-artwork)
* [Launch an open edition generative artwork](https://support.highlight.xyz/knowledge-base/for-creators/project-quick-start-guides/launch-an-open-edition-generative-artwork)
* [Launch a PFP project](https://support.highlight.xyz/knowledge-base/for-creators/project-quick-start-guides/launch-a-pfp-project)
* [Launch a generative, image-based PFP project](https://support.highlight.xyz/knowledge-base/for-creators/project-quick-start-guides/launch-a-generative-image-based-pfp-project)
* [Launch a ranked auction](https://support.highlight.xyz/knowledge-base/for-creators/project-quick-start-guides/launch-a-ranked-auction)
* [Launch an onchain project](https://support.highlight.xyz/knowledge-base/for-creators/project-quick-start-guides/launch-an-onchain-project)
* [Launch a collector's choice project](https://support.highlight.xyz/knowledge-base/for-creators/project-quick-start-guides/launch-a-collectors-choice-project)
* [Re-using contracts](https://support.highlight.xyz/knowledge-base/for-creators/project-quick-start-guides/re-using-contracts)


---

# 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:

```
GET https://support.highlight.xyz/knowledge-base/for-creators/project-quick-start-guides.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.
