# Editor Basics

- [Start a New Project](https://docs.codelessly.com/editor-basics/start-a-new-project.md)
- [Editor Tools](https://docs.codelessly.com/editor-basics/editor-tools.md): Learn the basic design tools available in the Editor.
- [Creating Your First Layout](https://docs.codelessly.com/editor-basics/creating-your-first-layout.md): This page will introduce you to the fundamentals of using the Codelessly Editor.
- [Using Components](https://docs.codelessly.com/editor-basics/using-components.md): Learn how to use and customize components available in the Editor.
- [Working with Size Fits](https://docs.codelessly.com/editor-basics/working-with-size-fits.md): Learn the concept of Size Fits and its role in responsiveness.


---

# 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.codelessly.com/editor-basics.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.
