> For the complete documentation index, see [llms.txt](https://itechnotion.gitbook.io/whatsquick/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://itechnotion.gitbook.io/whatsquick/master.md).

# Installation

## Before you start <a href="#before-you-start" id="before-you-start"></a>

* Current documentation was created to help you with quick installation and configuration of **NearBy** application. Please, read it carefully to avoid most of potential problems with incorrect configuration.
* &#x20;Below chapter describes how to install Android SDK and Android Studio. You don't have to install Android Studio, but it's better. The project can be built without Android Studio, using Gradle and Android SDK. Gradle is a build system used for building final APK file.
* Once you will have activated the theme you will need to change some of the pages and settings for optimal performance. That's why, please, do not contact Support center beforehand. Read firstly the documentation, implement all the steps following the instructions and only after that, if the issues persist, contact us.

## Download and Install Java <a href="#download-and-install-java" id="download-and-install-java"></a>

If you have downloaded and installed Java JDK then move to next point.

Download & Install Java from here [Java JDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html)​

![](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LB_cv3wkUN652fm7bWD%2F-LB_dt3jZqWken0chfa2%2F-LB_lMjEn99WkFRUtGrf%2Fimage1.png?alt=media\&token=f86515bb-67f6-48c9-a804-8b33c4d5be5f)

Download Java by clicking on Java Platform (JDK)

## Install Android Studio <a href="#install-android-studio" id="install-android-studio"></a>

&#x20;Download & Install Android Studio from here [Download Android Studio](https://developer.android.com/sdk/index.html)​

![](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LB_cv3wkUN652fm7bWD%2F-LB_dt3jZqWken0chfa2%2F-LB_mrBA8OHjcu6y413g%2Fimage2.png?alt=media\&token=65b4a980-2cfa-4fc6-bc9b-d78505284c36)

Run Android SDK Manager and [download necessary SDK packages](https://developer.android.com/sdk/installing/adding-packages.html), make sure that you have installed Android SDK Tools, Android SDK Platform-tools, Android SDK Build-tools, Android Support Repository, Android Support Library and Google Play services.

&#x20;Now you should be able to open/edit the Android project and build APK.[<br>](https://itechnotion.gitbook.io/city-directory/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://itechnotion.gitbook.io/whatsquick/master.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
