> ## Documentation Index
> Fetch the complete documentation index at: https://docs.carelane.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Objectives

> Define primary and secondary objectives with endpoints

Study objectives define the research goals of your clinical study. Configure objectives to document what the study aims to achieve and how success will be measured.

## What are Study Objectives?

Objectives describe the specific goals of the research study:

* **Primary Objectives**: The main questions the study is designed to answer
* **Secondary Objectives**: Additional questions of interest
* **Exploratory Objectives**: Hypothesis-generating analyses

Each objective is typically linked to specific endpoints that measure the outcome.

## Creating Objectives

<Steps>
  <Step title="Navigate to Objectives">
    Open Study Design > Objectives.
  </Step>

  <Step title="Add Objective">
    Click "Add Objective" to create a new objective.
  </Step>

  <Step title="Enter Details">
    Configure the objective:

    * Objective type (primary, secondary, exploratory)
    * Description of what the study aims to achieve
    * Associated endpoints
  </Step>

  <Step title="Save">
    Save the objective configuration.
  </Step>
</Steps>

## Objective Configuration

| Field           | Description                                    |
| --------------- | ---------------------------------------------- |
| **Type**        | Primary, secondary, or exploratory             |
| **Description** | Clear statement of the research goal           |
| **Endpoints**   | Measurable outcomes that address the objective |

## Endpoints

Endpoints are the specific measurements used to evaluate objectives:

### Primary Endpoints

The main outcome measures that determine study success. Examples:

* Reduction in disease severity score
* Time to event
* Response rate

### Secondary Endpoints

Additional outcomes that provide supporting information:

* Quality of life measures
* Safety parameters
* Biomarker changes

## Linking Objectives to Data Collection

Objectives and endpoints inform your data collection strategy:

1. **Identify Required Data**: Determine what data points are needed to measure each endpoint
2. **Design Questionnaires**: Create CRFs that capture the required information
3. **Schedule Collection**: Plan when data should be collected in the participant pathway

<Tip>
  Ensure each endpoint has a corresponding data collection point in your study design. Missing data makes endpoints impossible to evaluate.
</Tip>

## Best Practices

<AccordionGroup>
  <Accordion title="SMART Objectives">
    Write objectives that are Specific, Measurable, Achievable, Relevant, and Time-bound.
  </Accordion>

  <Accordion title="Clear Endpoint Definitions">
    Define endpoints precisely, including measurement methods, timing, and analysis populations.
  </Accordion>

  <Accordion title="Limit Primary Objectives">
    Focus on one or two primary objectives. Too many primary objectives can compromise statistical power.
  </Accordion>

  <Accordion title="Align with Protocol">
    Ensure objectives in Carelane match your study protocol exactly for regulatory consistency.
  </Accordion>
</AccordionGroup>

## Displaying Objectives

Objectives can be displayed in:

* **Study Overview**: Summary of objectives for study team reference
* **Public Info Hub**: Share objectives with potential participants
* **Exports**: Include objectives in study documentation exports

## Related

<CardGroup cols={2}>
  <Card title="Study Arms" icon="code-branch" href="/study-design/study-arms">
    Configure treatment arms for the study.
  </Card>

  <Card title="Questionnaire Templates" icon="file-lines" href="/templates/questionnaire-templates">
    Design data collection forms.
  </Card>
</CardGroup>
