# Client Architecture

The key requirement on the client end is flexability. Because of this, we want to avoid any custom code or client for the Argos Platform, since this can only reduce flexibility.&#x20;

## Mandatory Components&#x20;

There is only one mandator component on the client. This component is GIT. The basic GIT core is very light


---

# 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://runette.gitbook.io/project-argos/component-descriptions/client-architecture.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.
