> For the complete documentation index, see [llms.txt](https://guide.techfleet.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.techfleet.org/project-portal/project-success-handbook/project-components/project-methods.md).

# Project Methods

## Definition

Methods are ways of working. Teams can choose different processes and ways of working within frameworks that are defined. Agile teams are ready to respond to change and change methods to apply to their context of their team, but the methods provide guidelines in how to complete the work together.&#x20;

## How it Relates to Other Components

A Method provides guidance about how to produce [deliverables](/project-portal/project-success-handbook/project-components/project-deliverables.md) and [activities](/project-portal/project-success-handbook/project-components/project-activities.md) in a project. The team's method drives the ways they work together, and how they define [duties](/project-portal/project-success-handbook/project-components/project-duties.md) and [functions](/team-portal/new-teammate-handbook/project-training-teams/supported-team-functions-in-project-training.md).

## Examples of Project Methods

Here's a dashboard showing the different kinds of project methods that teams can choose to use to perform project work.

{% embed url="<https://airtable.com/appMDxpNsGN2qyS8N/shrb2la6uMb3mJOyc>" %}

## Head to the Next Lesson


---

# 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.techfleet.org/project-portal/project-success-handbook/project-components/project-methods.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.
