# Code Structure

We are describing the structure of the project in this section. Codes that were written by us are available in the `src` folder, images and icons are available in `assets` folder, and remaining codes were created by **React Native** repository. To learn more about React Native coding standards [click here](https://facebook.github.io/react-native/)

![The project structure](/files/-LIgWTGPiuOsEcHWg59H)

`app -> actions`

All payloads of information that send data from your application to your redux store ([Actions](https://redux.js.org/basics/actions) / [Redux](http://redux.js.org/)).

`app -> common`

All configurations and setup files of the app that can be customized and modified.

`app -> main`

Root, major files, and screens that shows when the app runs.

`app -> pages`

All pages of the app (e.g. home, cart, search, profile, address ... etc).

`app -> reducers`

&#x20;Specify how the application's state changes in response to actions sent to the redux store ([Reducers](https://redux.js.org/basics/reducers)).

`app -> services`

Helper methods to create APIs for WooCommerce (WordPress) websites.

`src -> components`

All components used in this app.[<br>](https://hubay.gitbook.io/magento2/getting-started)<br>

\ <br>


---

# 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://hubay.gitbook.io/woocommerce/code-structure.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.
