# CJ

### Getting Personal Access Token

A Personal Access Token is a unique identification string for your account. Personal Access Tokens allow for secure authentication when accessing the CJ APIs.

You can manage your personal access tokens from the [personal access tokens](https://developers.cj.com/account/personal-access-tokens) page.

![](/files/-MCuVgLBu2WIjgIjX9Nv)

### Getting Company ID

CID or Company ID is your account number. This number is located on the top right side of your screen next to your name.

### Getting Website ID

1. Login to your account CJ.
2. Follow: `Account` → `Websites` and find ID of your site:

![](/files/-MCuVZSajc3dx92XYOGW)


---

# 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://ctracker-docs.keywordrush.com/cj.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.
