# Client

- [Auth (User Registration)](https://docs-affiliates.inlaze.com/architecture/initial-folders-estructure/modules/client/auth-user-registration.md)
- [Folder Estructure](https://docs-affiliates.inlaze.com/architecture/initial-folders-estructure/modules/client/auth-user-registration/folder-estructure.md)
- [Key components](https://docs-affiliates.inlaze.com/architecture/initial-folders-estructure/modules/client/auth-user-registration/folder-estructure/key-components.md)
- [Health](https://docs-affiliates.inlaze.com/architecture/initial-folders-estructure/modules/client/health.md): Module to review the health of the modules admin and client
- [Authorization](https://docs-affiliates.inlaze.com/architecture/initial-folders-estructure/modules/client/authorization.md): Authorization is a module that controls whether a user has access or not.
- [User](https://docs-affiliates.inlaze.com/architecture/initial-folders-estructure/modules/client/user.md): This module controls  the info and the additional data of the user
- [Folder Structure](https://docs-affiliates.inlaze.com/architecture/initial-folders-estructure/modules/client/user/folder-structure.md)
- [Key Components](https://docs-affiliates.inlaze.com/architecture/initial-folders-estructure/modules/client/user/folder-structure/key-components.md)
- [User-login](https://docs-affiliates.inlaze.com/architecture/initial-folders-estructure/modules/client/user-login.md): This module controls  the info and the additional data of the user
- [Folder Structure](https://docs-affiliates.inlaze.com/architecture/initial-folders-estructure/modules/client/user-login/folder-structure.md)
- [Key Components](https://docs-affiliates.inlaze.com/architecture/initial-folders-estructure/modules/client/user-login/folder-structure/key-components.md)
- [Place-code](https://docs-affiliates.inlaze.com/architecture/initial-folders-estructure/modules/client/place-code.md): This module controls  the info and the additional data of the user
- [Folder Structure](https://docs-affiliates.inlaze.com/architecture/initial-folders-estructure/modules/client/place-code/folder-structure.md)
- [Key Components](https://docs-affiliates.inlaze.com/architecture/initial-folders-estructure/modules/client/place-code/folder-structure/key-components.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://docs-affiliates.inlaze.com/architecture/initial-folders-estructure/modules/client.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.
