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

# Introduction

Thanks for contributing to Voyager!\
Here are some important things to keep in mind:

## Tests

It is important to provide testing for all newly introduced code if possible.

## Coverage

We let [code climate](https://codeclimate.com/github/voyager-admin/voyager) check our test coverage.

## Developing Javascript and CSS

If you want to change anything related to Javascript and/or CSS, you can make your life easier by using hot module reloading.\
Hot module reload allows you to change code and instantly see the changes you made without the need to reload your browser window or clearing your cache.

To do so, you first have to install all NPM modules by running `npm install`.\
After that run `npm run watch` to provide a dev-server serving the compiled assets.\
Now you can enable using this server by calling the command `php artisan voyager:dev --enable` or by going to the `Settings => Admin` and changing the `Dev-Server` setting to `Yes`.

When you are done, you can simply change the setting to `No`, call `php artisan voyager:dev --disable` or click `Disable` on the notification that appears when your dev-server becomes unavailable.

## Breaking changes

...


---

# 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:

```
GET https://tcg.gitbook.io/voyager-2/contributing/index.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.
