# .npmrc file

<figure><img src="/files/phOqyIiKbklQTpQi6Q8A" alt="" width="200"><figcaption><p>exile.watch logo</p></figcaption></figure>

As mentioned in [Generating GitHub PAT](/development/generating-github-pat.md), in order to use your generated PAT you have to create `.npmrc` file in project's `root` directory.

If you have already generated PAT and have created `.npmrc` file in one project, you can copy the file to other projects

## 1. Create .npmrc file

```bash
$: cd ./crucible
$: touch .npmrc # make .npmrc file in root
```

## 2. Update .npmrc file content

{% hint style="info" %}
.npmrc is in `.gitignore` by default
{% endhint %}

```bash
# .npmrc
//npm.pkg.github.com/:_authToken=PAT_TOKEN_HERE
@exile-watch:registry=https://npm.pkg.github.com/
```


---

# 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.exile.watch/development/.npmrc-file.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.
