# Code Structure

Code that we have written is available in the src folder. Images and Icons are available in assets. Remaining code was generated by ReactNative repository.&#x20;

&#x20;\
&#x20;&#x20;

![TradeBakerZ\_CodeStructure](/files/-LPQ7YGhQf2EhtQd2BPA)

`TradeBakerZ -> src -> actions`

All payloads of information that sends data from your application to your redux store.

`TradeBakerZ -> src -> components`

All components used in the app.

`TradeBakerZ -> src -> services`

Helper methods to create APIs for WooCommerce websites.

`TradeBakerZ -> src -> Routing`

All the routing required for the app

`TradeBakerZ -> src -> Reducers`

Specify how the application's state changes in response to actions sent to the redux store

`TradeBakerZ -> WooCommerce`

All configurations and setup files of the app that can be customised or modified.&#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://tradebakerz.gitbook.io/docs/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.
