> For the complete documentation index, see [llms.txt](https://bharateeshd.gitbook.io/seleniumatoz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bharateeshd.gitbook.io/seleniumatoz/framework/building-framework/what-are-we-building.md).

# Technology Stack

As discussed in the previous section we are building a framework withe help of existing ones.

1. The technology stack that we are going to use.
   1. [**Java** ](https://www.java.com/)- Programming language.
   2. [**Selenium** ](https://www.selenium.dev/)- Library to automate the browser interactions.
   3. [**TestNG** ](https://testng.org/doc/documentation-main.html)- A testing framework.
   4. [**ExtentReport** ](http://extentreports.com/docs/versions/2/java/)- Library to generate HTML reports.
   5. [**Log4j** ](https://logging.apache.org/log4j/1.2/index.html)- Library to create Log Files.
   6. [**SimpleJavaMail** ](http://www.simplejavamail.org/)- Library to mail test results to participants if required.
2. [**Maven** ](https://maven.apache.org/)- A Java build tool.
3. In addition to these libraries and frameworks we need to talk about **Page Object Mode (POM)**.
4. [**Eclipse**](https://www.eclipse.org/downloads/download.php?file=/oomph/epp/2019-06/R/eclipse-inst-win64.exe) - IDE.


---

# 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:

```
GET https://bharateeshd.gitbook.io/seleniumatoz/framework/building-framework/what-are-we-building.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.
