# FiveM Development Documentation

- [Client Functions](/cad/integration-plugins/in-game-integration/framework-development-documentation/client-functions.md): This page will explain all exported functions from the SonoranCAD Core that can be used on the client side
- [Client Events](/cad/integration-plugins/in-game-integration/framework-development-documentation/client-events.md): This page will explain all client events from the SonoranCAD Core that can be used on the client side
- [Shared Functions](/cad/integration-plugins/in-game-integration/framework-development-documentation/shared-functions.md): This page will explain all exported functions from the SonoranCAD Core that can be used on the client and server side
- [Server Functions](/cad/integration-plugins/in-game-integration/framework-development-documentation/server-functions.md): This page will explain all exported functions from the SonoranCAD Core that can be used on the server side
- [Server Events](/cad/integration-plugins/in-game-integration/framework-development-documentation/server-events.md): This page will explain all server events from the SonoranCAD Core that can be used on the server side
- [HTTP Request Handling](/cad/integration-plugins/in-game-integration/framework-development-documentation/http-request-handling.md): Have your submodule handle HTTP requests sent to a special URL.
