> For the complete documentation index, see [llms.txt](https://convivio.gitbook.io/the-convivio-cookbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://convivio.gitbook.io/the-convivio-cookbook/team/your-home-working-environment.md).

# Your home working environment

If you work from home, you have both power and responsibility over your personal work environment. You can tweak it and customise it to suit your needs. But it can be easy to overlook the essentials.

This three star rating system makes it simple to assess the quality of your work environment.

## ⭐️ The essentials

* An internet connection [at least 1Mbps up and 2Mbps down.](https://support.google.com/plus/answer/1216376?hl=en) [Take a speed test](http://www.speedtest.net/)
  * Fix this by upgrading your broadband. this is not expensable for tax reasons, but is already factored into your salary. Think of it as the cost of getting to work, but instead commuting by train or bus you take the internet, which is a lot cheaper and quicker for you. In just the same way you need your method of getting to work to be fairly reliable.
* A chair and desk that meet minimum health requirements:

  [![Office ergonomics](/files/-LHrFSJmT3acNmUeIWFj)](https://github.com/ConvivioTeam/cookbook/tree/4620ce8c786b88d0977ee1bf065a55673e318775/assets/office-ergonomic-workstation-diagrams.gif) [![Body mechanics](/files/-LHrFwEY3D8DQAOAKXs9)](https://github.com/ConvivioTeam/cookbook/tree/4620ce8c786b88d0977ee1bf065a55673e318775/assets/body-mechanics.png)

Fix this by buying an adjustable chair and desk that fit your proportions. See [How to choose an ergonomic chair](http://www.wikihow.com/Choose-an-Ergonomic-Office-Chair)

## ⭐️⭐️ Productivity

* A quiet and distraction free work environment.
* Good natural lighting
* Your optimal working temperature

## ⭐️⭐️⭐️ Optimal comfort

* An internet connection at least 2.6Mbps up and 4.0Mbps down.
* A healthier chair and/or desk option. For example: Standing desk, or an exercise ball.


---

# 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://convivio.gitbook.io/the-convivio-cookbook/team/your-home-working-environment.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.
