# Getting help

## How do I get started with MATLAB?

The MathWorks website offers a large variety of resources and tutorials for those new to MATLAB. Make sure to sign up and check it out: <https://au.mathworks.com>. MathWorks has a robust online community that provides solutions to your problems and makes open source code available.&#x20;

* To ask a question, try the [MATLAB Answers](https://au.mathworks.com/matlabcentral/answers) page. You can also see questions others have asked, and share your knowledge by answering someone's question.
* Also check out the [MATLAB File Exchange](https://au.mathworks.com/matlabcentral/fileexchange) to find free, open-source MATLAB code (or share your own code!).

The Wikibook for MATLAB Programming covers a range of topics in detail. You can find it at:&#x20;

{% embed url="<https://en.wikibooks.org/wiki/MATLAB_Programming>" %}

Also, the question and answer site for professional and enthusiast programmers at StackOverflow is a useful resource, especially if you’re facing coding issues.

{% embed url="<https://stackoverflow.com/questions/tagged/matlab>" %}

## What is the best way to get help?

MATLAB's interface provides you with the ability to quickly and efficiently look for help. MATLAB comes equipped with richly documented assistance and support functionality that you can access any time.&#x20;

* Write your query in the `Search Documentation` field located in the top right corner of MATLAB interface.&#x20;
* Open MATLAB Documentation from `Help` menu under the HOME tab.&#x20;
* Last but not least: ask someone in the MATLAB community! We recommend you join our community on Slack: <http://go.unimelb.edu.au/6mhi>.


---

# 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://meirian.gitbook.io/matlab/resources/help.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.
