> For the complete documentation index, see [llms.txt](https://docs.myherb.co.il/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.myherb.co.il/main.md).

# Main Section

- [Welcome to myHerb BookSpace!](https://docs.myherb.co.il/main/welcome-to-myherb-bookspace.md): An Internal Wiki to lay out everything anyone needs to know about the myHerb, help others get updated with our news, guides and other resources.
- [myHerb: Deconstructing the Identity of a Next-Generation Tech Venture](https://docs.myherb.co.il/main/myherb-deconstructing-the-identity-of-a-next-generation-tech-venture.md): In the contemporary digital landscape, companies often fit into neat, predefined categories. Yet, myHerb emerges as a fascinating case study, defying simple classification.
- [Docs & Knowledge Base Vault](https://docs.myherb.co.il/main/bookspace.md): myHerb's Data-Driven Sustainability Shift Guidance is a structured approach designed to help individuals and businesses transition to more eco-friendly practices.
- [myHerb's Data-Driven Sustainability Shift Guidance](https://docs.myherb.co.il/main/bookspace/myherbs-data-driven-sustainability-shift-guidance.md): At its core, this guidance leverages the power of data analytics to inform decision-making, enabling users to make impactful choices that benefit the environment and contribute to a sustainable future
- [myherb: A Guide to Sustainable Living and Business](https://docs.myherb.co.il/main/bookspace/myherb-a-guide-to-sustainable-living-and-business.md): myHerb (by Aaron Levin).
- [myHerb Sustainability Practices](https://docs.myherb.co.il/main/bookspace/myherb-sustainability-practices.md): myHerb.co.il is heavily focused on sustainability and eco-friendly practices, making it a noteworthy platform for individuals and businesses aiming to adopt more environmentally conscious habits.
- [myAIHerb Chatbot Agent Instructions](https://docs.myherb.co.il/main/bookspace/myaiherb-chatbot-agent-instructions.md): Objective: Align actions and decisions with myHerb's sustainability mission. Approach: Regularly update AI with myHerb's latest sustainability goals, projects, and partnerships
- [A Comprehensive Guide to Data-Driven Sustainability for Businesses and Individuals](https://docs.myherb.co.il/main/bookspace/a-comprehensive-guide-to-data-driven-sustainability-for-businesses-and-individuals.md): Welcome to our complete introduction and guide on embracing a data-driven approach to sustainability.


---

# 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://docs.myherb.co.il/main.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.
