# Installation & Common Flags

The frida-tools suite comes from this repo:

{% embed url="<https://github.com/frida/frida-tools>" %}

Assuming you have Python 3+ installed, you can install frida-tools with the following command:

```
pip install frida-tools
```

Once installed, you now have ready access to the frida tools suite.

These include:

| Tool Name   | Description                                                       | More Info                                           |
| ----------- | ----------------------------------------------------------------- | --------------------------------------------------- |
| frida-ps    | List running processes                                            | [frida-ps](/frida-tool-reference/frida-ps.md)       |
| frida-trace | Seek out and trace functions en masse based on keyword searching. | [frida-trace](/frida-tool-reference/frida-trace.md) |
| frida       | Frida REPL (Read-Eval-Print-Loop)                                 | [frida](/frida-tool-reference/frida.md)             |


---

# 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://summit-labs.frida.ninja/frida-tool-reference/installation-and-common-flags.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.
