> For the complete documentation index, see [llms.txt](https://coding-courses.gitbook.io/matlab/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://coding-courses.gitbook.io/matlab/an-outlook.md).

# Where do I start?

## What describes you best?

### New to MATLAB and programming

If you have no prior knowledge of MATLAB or other programming languages you should start by carefully working through the Crashcourse.

{% content-ref url="/pages/-Lp2j-H-m9KmgGW7y0Rw" %}
[Intro to Crashcourse](/matlab/crashcourse/a-crashcourse.md)
{% endcontent-ref %}

Before you continue with the other material, make sure you pass the self-assessment and solve the applied exercises provided in the Crashcourse.

{% content-ref url="/pages/-Lp2soflviH4HBOJKOnB" %}
[Self-Assessment](/matlab/crashcourse/self-assessment.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Lp2zyQ6TcVhFh2c-\_Zq" %}
[Applied exercises](/matlab/crashcourse/ols-estimator.md)
{% endcontent-ref %}

### New to MATLAB but knows other programming languages

Work through the Crashcourse, mostly focusing on the essential commands section, then pass the self-assessment test and study the applied exercises.

{% content-ref url="/pages/-LpQJZwlaw93aYEFNUV7" %}
[Essential commands](/matlab/crashcourse/essential-commands.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Lp2soflviH4HBOJKOnB" %}
[Self-Assessment](/matlab/crashcourse/self-assessment.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Lp2zyQ6TcVhFh2c-\_Zq" %}
[Applied exercises](/matlab/crashcourse/ols-estimator.md)
{% endcontent-ref %}

### Worked with MATLAB, but needs a refresher course

If you have worked with MATLAB before, you probably want to try the self-assessment of the crashcourse first and then continue with the programming section of the course.

{% content-ref url="/pages/-Lp2soflviH4HBOJKOnB" %}
[Self-Assessment](/matlab/crashcourse/self-assessment.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LpQH-WgTMhwFmqEh6Us" %}
[Intro to MATLAB Programming](/matlab/matlab-programming/intro-to-matlab-programming.md)
{% endcontent-ref %}

### Comfortable programming with MATLAB

You are probably already familiar with most of the material on this page. However, you might want to browse through some of the material in the special topics section or use this page  as a reference in your day-to-day MATLAB programming tasks - the search function in the top left corner is very useful for this.

{% content-ref url="/pages/-LpQEQ6mIpj9NhpSg9Eo" %}
[Intro to Data, Graphics & Reporting](/matlab/data-graphics-and-reporting/about-this-section.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LpQF0Tgs6AjAF8YS9H4" %}
[Intro to RNGs & Simulations](/matlab/random-numbers-and-simulations/rngs-and-simulations.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LpQFDcrajRCVqv4p40k" %}
[Intro to Numerical Methods](/matlab/numerical-methods/intro-numerical-methods.md)
{% endcontent-ref %}


---

# 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, and the optional `goal` query parameter:

```
GET https://coding-courses.gitbook.io/matlab/an-outlook.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
