# Complete Cursor

I wasn't certain whether to sign up at first as I couldn't find any reviews, but the videos are very clear and include some tips that won't be in the documentation. While all the information is available online, and there will be free videos on YouTube, it's very convenient to have everything in one place like this.

Aside from the standard features of Cursor, the course has a couple of projects and a range of tips to get the best use out of the software. These include voice transcription (which is faster than typing), using markdown for to-do lists (as the models can read these, implement the ideas, and update the file markdown files with the latest status), and getting the chat function to generate useful links to external sources such as V0 and Perplexity.

## Beginner project

While the videos in the course show how to build a Next.js app with a Shadcn UI, I decided to build it in Python with Streamlit instead as I'm more likely to use those at work. Claude quickly built an attractive UI, but struggled with some of the features/limitations of Streamlit. I found myself switching to o1-mini on occasion for more persistent bugs.

## Advanced project

As of the time of writing, this is yet to be released.


---

# 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://www.raoulharris.com/technical-courses/complete-cursor.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.
