# Overall Application Structure (or Communication)

Often performance bottlenecks are caused by your system architecture instead of something specific to a single function or storage structure.

Often performance concerns are related to communications. Communications arguably could cover everything in your application as there is always some level of communication in every process. However, this section will deal with general communication concepts and other architectural concerns.


---

# 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://www.jedjs.com/untitled-1/overall-application-structure-or-communication.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.
