# Organisation

Whether it's reviewing what you wrote or reading examples and syntax online, or even examining someone else's work, you spend more time reading code than writing code. That means legible code is very important.

Organisation is a huge part in programming. Just because a computer is running the code, doesn't mean people don't have to read the code. Ensuring you write easy-to-follow code will make your work much easier to understand and debug.

{% hint style="warning" %}
Organisation is a must, especially if you are going to expect others to read through your code and assist you when you are stuck. Don't subject others to reading messy code, that just slows the process down and makes everyone miserable.
{% endhint %}

Coding is an art form, depending on the artist, it can be elegant or sloppy. This section will teach you how to write elegant and pristine code.


---

# 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://x8ight.gitbook.io/syntask/organisation.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.
