> 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/metrics/adding-and-editing-metrics/where-do-i-add-metrics-on-an-activity-record-a-pact-or-both.md).

# Where do I add metrics: on an activity record, a pact, or both?

Metrics are specific to activity records. The metrics added to individual activity records are rolled up and display on the parent overview page. Overview pages exist for pacts and nested folders.

For basic users who are using FieldDoc to apply to a funding opportunity, you will add your metrics once the activity record has been added to a pact. Only once an activity record has been linked to a pact can you access and select metrics from the list provided by the Program. We call these programmatic metrics.&#x20;

Standard users can manage their own curated list of organizational metrics. Organizational metrics can be added to activity records from within the organization's portfolio.&#x20;

## How to add a metric

To add a metric to an activity record:&#x20;

* open up the edit activity modal.&#x20;
* Navigate to the metric tab.&#x20;
* If there are metrics available to be selected, a button will appear that you can click.&#x20;
* This will open up the list of available metrics.&#x20;
* Add in the `planned_value`. If the activity is complete, add the `implemented_value` too.

{% hint style="info" %}
All metrics should have a `planned` value.
{% 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://help.fielddoc.org/help-center/metrics/adding-and-editing-metrics/where-do-i-add-metrics-on-an-activity-record-a-pact-or-both.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.
