# 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 **WP News** 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

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)​

![](/files/-LCJEYMrecVRRgn_S1aw)

![](/files/-LEJPZrObNS2hiHubAR1)

Download Java by clicking on Java Platform (JDK)

## Install Android Studio

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

<div align="center"><img src="/files/-LEJQ3G37WEZszcoE9yw" alt="Android Studio"></div>

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.

Now you should be able to open/edit the Android project and build APK.


---

# 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://itechnotion.gitbook.io/wp-news/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.
