> For the complete documentation index, see [llms.txt](https://help.metaforms.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.metaforms.ai/survey-programming-decipher/complexity-support/conjoint.md).

# Conjoint

Metaforms follows the standard way for creating Conjoint(DCM) Setups provided by Forsta.

You can use the following reference URL from Forsta for creating MaxDiff with Alternative Method:\
<https://forstasurveys.zendesk.com/hc/en-us/articles/4409469905307-Creating-a-Discrete-Choice-Model-DCM-Question>

\
After the Conjoint(DCM) is created it would look like this:

1. Quota tag to select the DCM version\
   ![](/files/PWNzu7yJ8hko7S3OpIWD)<br>
2. Question to store the version selected in the quota\
   ![](/files/gXottKRGhTRdcha0JsrW)<br>
3. Conjoint question will look like the image provided below. It would have separate columns for each of the alternative as per the design file. The attributes shown would be based on the QNR and the design file and the version selected in the quota.\
   ![](/files/FNaLZ47J3N3ovZLb3GnD)<br>
4. If the answer is not provided, validation would raise an error.\
   ![](/files/1GexKN5e7z5Lv3dUXtfc)

### Walkthrough : How to Create Conjoint (DCM) using Metaforms

You can refer to the attached Google Drive Link to access our video walkthrough and step by step instructions to setup Conjoint (DCM) using Metaforms:\
<https://drive.google.com/drive/folders/1ptw83FaHQ5JTfn2mWiBK6sdJD2DT0NN9?ths=true>


---

# 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.metaforms.ai/survey-programming-decipher/complexity-support/conjoint.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.
