# Add a New Variant

A new test suite uses the standard Lighthouse Variant to test site performance. The standard variant tests the site performance on the mobile browser with a slow 3G network connection. You can add a new variant to test the site performance on the desktop or mobile browser in various network connections.

To add a new Variant, perform the following steps:

1. In the Test Suite Screen, click **Lighthouse Standard Variant** in the **Default Variant** column.

![lighthousevariant](https://ingest-lab.netlify.app/images/siteperformanceimages/addnewlighthousevariant.png)

2. Click **Add Variant** at the bottom left of the screen.

![clickaddvariant](https://ingest-lab.netlify.app/images/siteperformanceimages/clickaddvariant.png)

3. Add the **Name** of the new variant.

![newvariantname](https://ingest-lab.netlify.app/images/siteperformanceimages/newvariantname.png)

4. Select the Throttle Profile from the Throttle Profile Dropdown menu. The Throttle profile tests the speed of the network connection for site performance testing. Select **off** to test the website in the best possible network condition without throttling it.

![throttleoptions](https://ingest-lab.netlify.app/images/siteperformanceimages/throttleoptions.png)

5. Select the Mobile or the Desktop option from the **Form Factor** dropdown menu.

![formfactor](https://ingest-lab.netlify.app/images/siteperformanceimages/formfactor.png)

6. Select the Audit Categories. Performance is a default audit category. The other categories are:
   * **Accessibility** - This tests the accessibility of the website.
   * **Best Practices** - This category tests the best practices followed by the website.
   * **Progressive Web App (PWA)** - This category is used when the web application has a mobile version.
   * **Search Engine Optimization (SEO)** - This tests the Search Engine Optimization of the website.
   * **Media Tags** - Select this option only if you have deployed the media tags via Ingest Labs.

**Step Result**: A new Variant is successfully created.


---

# Agent Instructions: 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://docs.ingestlabs.com/site-performance/configure-variants/add-a-new-variant.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.
