# My first application

<div><figure><img src="/files/46Zps4Y2kqaGGyLagcgU" alt=""><figcaption><p>Create task</p></figcaption></figure> <figure><img src="/files/sE1aNvXKWWQ41bnuTkhs" alt=""><figcaption><p>Edit task</p></figcaption></figure> <figure><img src="/files/mJp1VNAM2iEU6aUS3dRL" alt=""><figcaption><p>My task list</p></figcaption></figure></div>

#### What you'll learn

* Creating a model to use in an application&#x20;
* Designing layouts and custom components
* Managing datas in local state
* Creating Actions
* Manipulating Observables

Click to the following link to start.

{% content-ref url="/pages/H5svsQdDGv3X3lGTh73F" %}
[Create the project](/cookbook/my-first-application/create-the-project.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.goril.app/cookbook/my-first-application.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.
