> For the complete documentation index, see [llms.txt](https://guide.fariaedu.com/cas/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.fariaedu.com/cas/project.md).

# CAS Project

In your CAS project, you will **work with others**, towards a **stated goal,** in one or more of creativity, activity and service.&#x20;

{% hint style="info" %}
You must undertake **at least one** CAS project.&#x20;
{% endhint %}

Some examples of CAS projects are listed below.

* A group plans, designs and creates a mural or wall display (creativity)
* Organise and participate in a sports team over time, including training sessions and matches against other teams (activity)
* Plan and undertake an unsupported expedition (activity)
* Set up and conduct tutoring for people in need (service)
* Choreograph a routine for their band or cheerleading squad (creativity and activity)&#x20;
* Plan, set up and run a not-for-profit business (creativity and service)&#x20;
* Plan and participate in the planting and maintenance of a garden with members of the local community. (service and activity)&#x20;
* Identify that children at a local school need backpacks, and then design and make the backpacks out of recycled materials. (service and creativity)
* Rehearse and perform a dance production for a community retirement home. (creativity, activity, and service)

All CAS projects should have a **defined goal**. Individually, you should identify one or more [learning outcomes](/cas/assessment.md) you intend to meet to further guide your role and responsibilities in the CAS project. These could change as you complete the project.

{% hint style="info" %}
Your CAS project should last **a minimum of one month** from planning to completion and you should **follow the** [**CAS stages**](/cas/cas-stages.md)**.**
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://guide.fariaedu.com/cas/project.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
