# README Template

Here is a simple template for the README of your project or library:

````md
# Project name

## About

[Introduction about the project and its purpose]

## URLs

- [Dev](https://beta.dev01.devland.is)
- [Staging](https://beta.staging01.devland.is)
- [Production](https://island.is)

## API

To run the api

```bash
yarn start api
```

To build the production bundle

```bash
yarn build api --prod
```

## Web

To run the dev server

```bash
yarn start web
```

## Etc...

## Project owner

[If any entity is owning the project e.g.]

- [Vegagerðin](http://www.vegagerdin.is)

## Code owners and maintainers

[Github team in the island.is organisation or individuals e.g.]

- [Aranja](https://github.com/orgs/island-is/teams/aranja/members)
````


---

# 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://docs.devland.is/misc/gitbook-template.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.
