# Introduction

Automatic Installation is a standard academic final degree project in software engineering. It was created for "Afeka College (Tel Aviv Academic College of Engineering)" which makes the software installation process in the various courses a fully automated, non-contact process.

This documentation is only for the **client-side** of the project.\
For our code in React.js with many libraries please follow this link:\
<https://github.com/FDP-ASIS/Client>

In order to see the server-side explanation please follow this link:

{% embed url="<https://app.gitbook.com/@finalprojectafeka2020/s/server/>" %}
FDP Server side documentation
{% endembed %}

## How to start?

Please follow this guide in order to understand the app and become a part of it.\
In the next few pages, you will learn the app structure, the frameworks we used and the most important is how to build and release the app.\
**So, what are you waiting for?**

![](/files/-MANYrMwSyQz1JzTiouY)


---

# 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://finalprojectafeka2020.gitbook.io/client/master.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.
