# Quick Start

Note: If you'd rather follow a video tutorial, check out [Topyc tutorials on YouTube](https://www.youtube.com/channel/UCs-uNn6Z4022uRyCcsOL4uQ).

If you just want to try generating an article with Topyc as quickly as possible, [go to your workspace dashboard](https://app.topyc.io/dashboard) and click "New Project" to add a new project if you don't already have one. Give it a name, a master topic (the main topic of your website), and click Create Project.

<figure><img src="/files/1Hw2RCxwjKODIcNA7RhT" alt=""><figcaption><p>creating a new project</p></figcaption></figure>

Topyc will start generating topic clusters for your project. After about 15 seconds, they'll begin streaming into your project dashboard.&#x20;

These topic clusters help you brainstorm content ideas within a content plan for your website designed to help you achieve topical authority.

However, you can go straight to generating an article outside of those topic clusters. Scroll down to the Articles table and click the "New Article" button.

<figure><img src="/files/40jOm21EyfJ6AwoMgvXM" alt=""><figcaption><p>starting a new article</p></figcaption></figure>

Enter a title or a placeholder such as "asdf" (or whatever you want). Topyc will create its own optimized article title later. Enter a target keyword and describe the content idea briefly (one sentence is good). Then click "Start Editing".

Now you'll be brought to the article editor. Here you can customize your article settings on the right sidebar, or leave them on their defaults. Then click "Generate All" and Topyc will generate the article brief, content outline and full article for you.&#x20;

Note: You can leave the page while the article is generating. You will receive an email when it has completed generating. It should take around 5 minutes if you have Live Research enabled, or much less if Live research is disabled.

<figure><img src="/files/lqknI442anKf32D8W6xd" alt=""><figcaption></figcaption></figure>

Once your article has generated, you can read it on the page, or copy it in HTML, Markdown, Rich Text or Plain Text formats by using Clipboard button at the top right:

<figure><img src="/files/eXeFMLLn2oC7oa4rQb1U" alt=""><figcaption></figcaption></figure>

{% content-ref url="/pages/bDyvEjGtyZSvLQRFYYKu" %}
[Getting Started](/getting-started/what-is-topyc.md)
{% endcontent-ref %}


---

# 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.topyc.io/getting-started/quick-start.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.
