> For the complete documentation index, see [llms.txt](https://help.fielddoc.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.fielddoc.org/help-center/build-a-portfolio/whats-a-portfolio.md).

# What's a portfolio?

### Understanding Portfolios, Organizations, and Workspaces

Before explaining portfolios, it helps to understand how ownership and access work in FieldDoc.

To use FieldDoc, you first need to create a user account with your professional email address. FieldDoc uses your email domain to match you with your employer’s organization account. If no matching organization exists, you may be prompted to create a new organization.

Once your account is set up, you can access FieldDoc. The organization you join determines what information you can see and manage because FieldDoc records are owned and managed at the organization level.

A basic organization subscription has one workspace. Users with standard accounts, or users who have been invited to collaborate with other organizations, may have access to more than one workspace.

So, what is a workspace?

A **workspace** is the environment where an organization manages its FieldDoc records, including activities, pacts, metrics, and related information. These records are organized within your portfolio.&#x20;

If you belong to multiple organizations or have been invited to collaborate with another organization, you may be able to switch between workspaces to access the records associated with each one.


---

# 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:

```
GET https://help.fielddoc.org/help-center/build-a-portfolio/whats-a-portfolio.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.
