# Management Client and Server

The custom management client and server will be designed using the basic architecture described in this article, although obviously using Google App Engine would not meet the project requirements so the infratsructure provided by GAE will be replicated in the Server Docker Container.&#x20;

TODO ADD ARTICLE&#x20;

The basic functionality of the management client will be:&#x20;

* Allow the creation and deletion of projects on the server Allow the addition and removal of users to projects
* Allow the management of access rights given to users
* Turn particular services on or off for a project
* Control of branches (i.e. versions) of a particular project
* Other data management tasks to be specified&#x20;

It is really expected that this tool should only be used by the adminstrator (possibly sysadmin or project managor) for the project. This is not a user level tool.


---

# 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/management-client-and-server.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.
