> For the complete documentation index, see [llms.txt](https://developer.firmhouse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.firmhouse.com/sdks/firmhouse-sdk/reference/resources/projects.md).

# Class: ProjectsResource

You can use projects to retrieve the details of your project

## Methods

### getCurrent()

```ts
getCurrent(includeRelations?): Promise<FirmhouseProject>;
```

Retrieve current project

#### Parameters

**includeRelations?**

Relations to include in the response

**extraFields?**

`boolean`

Include extraFields relation

**promotions?**

`boolean`

Include promotions relation

**taxRates?**

`boolean`

Include taxRates relation

#### Returns

`Promise`<[`FirmhouseProject`](/sdks/firmhouse-sdk/reference/interfaces/firmhouse-project.md)>

the current project
