# FAQ

## What is AaFi?

AaFi is wireless toolkit that makes it easier for the end user to pentest their victim **(with permission)** . It gives the user full control and power with the clean command menu. It is mainly meant for people inside the Cyber Security field to use in a non malicious manner.&#x20;

## Who is AaFi built for?&#x20;

I built AaFi for anyone in the Cyber Security field to use and try out as a tool the audience that im mainly targeting is people using this tool to pentest. AaFi is also open source for anyone who wants to make slight modifications themselves.&#x20;

Github:[ https://github.com/Aayuri/AaFi](https://github.com/Aayuri/AaFi)&#x20;

## What is our goals for AaFi?

What I want my tool AaFi to accompish in the end by being open source anyone can add to the tool. Which means if someone later down the line wants to use this for their capstone or anything alike you can and go off the code I have and build something even better of AaFi. I want to future proof AaFi and keep it updated as much as possible as a ongoing project that continues to evolve overtime.

## What was learned throughout developing AaFi?

For the most part about 90% percent of the things I planned went right as far I foresee this project to go. However, most of the issues that I fixed or changed can be found in [Challenges Working on AaFi](/faq/challenges-working-on-aafi.md) and [AaFi Changelogs](/aafi-changelogs.md). My original goal was to create a tool and compile a whole bunch of tools into one package that makes it easier for the user to do. With a couple of issues that were later fixed throughout the process of making this tool. Everything I looked initially at the beginning ended up working out at the end of the project. I learned how to compile shell scripts through this and brushed up my knowledge with python and other languages this tool uses.&#x20;


---

# 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://docs.aafi.xyz/faq.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.
