> For the complete documentation index, see [llms.txt](https://iron-network.gitbook.io/embryo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://iron-network.gitbook.io/embryo/master.md).

# Introduction

***Embryo*** is an E-Commerce Angular 8 and Angular 7, ReactJS and Vuejs based template with material design. It also comes with Angular CLI and react-redux. With this you have all the power to maintain your eCommerce site in a  more easy way. Responsive designs gives your user's freedom to use it in any modern device. Clean Code gives you the power to customize the code easily as per as your requirement. RTL design makes the multi-language support in a more easy way.

### Easy To Customize

You can easily customize this template. This documentation is to help you understand the template's structure. Please go through the documentation carefully to understand how this template is made and how to edit the template according to your needs.

### Brief Overview

#### Angular:

[Angular](https://angular.io/) is a TypeScript-based open-source front-end web application framework led by the Angular Team at Google and by a community of individuals and corporations.

#### React JS:

[React](https://reactjs.org/) is a JavaScript library for building user interfaces. It is maintained by Facebook and a community of individual developers and companies. React can be used as a base in the development of single-page or mobile applications.

#### Vue JS:

Vue.js is an open-source Model–view–viewmodel JavaScript framework for building user interfaces and single-page applications. It was created by Evan You, and is maintained by him and the rest of the active core team members coming from various companies such as Netlify and Netguru.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://iron-network.gitbook.io/embryo/master.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
