# Development

{% hint style="info" %}
Knowledge of Git and basic Linux commands is a prerequisite for Ion development.
{% endhint %}

Before continuing, you should probably read about Ion's architecture.

Before continuing, it would also be useful to know Python, Django, and the client-server model (or at least have documentation, references, and tutorials available).

## Resources

{% embed url="<https://en.wikipedia.org/wiki/Client%E2%80%93server_model>" %}

{% embed url="<https://docs.python.org/3/>" %}

{% embed url="<https://docs.djangoproject.com/en/2.1/>" %}

{% embed url="<https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django>" %}


---

# 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://documentation.tjhsst.edu/services/ion/development.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.
