# Modules

Class 4 Fusion consists of the following modules:

| Modules           | Purpose                                                                                   |
| ----------------- | ----------------------------------------------------------------------------------------- |
| Postgres          | Store all the setting data needed by Class4                                               |
| Python Controller | Provide API interface                                                                     |
| Softswitch        | SIP switch                                                                                |
| Switch Tool       | Handle regular update tasks for the switch                                                |
| Web Helper        | Handle web async job                                                                      |
| Archive Manager   | Handle interaction related to archiving CDR and PCAP to Google Cloud or FTP or disk mount |

These modules should be installed automatically when you deploy using RPM, Docker, AWS image, or Google Cloud Image.&#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://cookbook.denovolab.com/system-administration/modules.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.
