# Introduction

![](/files/-LwaUId5hrTgZ76GpqSd)

Welcome to the online documentation for *Character Controller Pro*.&#x20;

## How to read this?

This documentation is separated into three parts:

* The ***The package*** section describes how the asset package should be downloaded, imported and updated.
* The ***Fundamentals*** section explains how the all the features work from a theoretical point of view.
* The ***How to...*** section is meant to be a very modular tutorial guide.

## Does this documentation describe classes, methods and fields?

It doesn't. For that, there is a [API reference](https://lightbug14.github.io/lightbug-web/character-controller-pro/Documentation/html/index.html) online.

## How can I know what a particular field does, or what it means?

Take a look at the [tooltip](https://docs.unity3d.com/ScriptReference/TooltipAttribute.html) associated with a particular field.

## Is this documentation old?

The package version is indicated next to the title at the top left. Normally, the documentation is in sync with the latest version available.

## I have an older version of CCP, What should I do?

I always recommend to **get the latest version of the asset if possible.** That being said, most of the core concepts and features remain the same, so you should be able to use this documentation without any problem.

## Is there an easy way to get started?

Go to the "*How to..."* section.


---

# 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://lightbug14.gitbook.io/ccp/master.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.
