# WordPress VendorFuel Settings

These settings are divided into several sections and use the WordPress Settings API to store data on your WordPress database, not the VendorFuel database.

### API

<table><thead><tr><th>Field</th><th>Description</th><th data-type="checkbox">Required</th></tr></thead><tbody><tr><td>API Key</td><td>Please contact support@vendorfuel.com if you do not have an API key.</td><td>true</td></tr><tr><td>API URL</td><td>Defaults to api.vendorfuel.com/production. You should not change this unless you are running a development environment.</td><td>true</td></tr><tr><td>Enable Debug Mode</td><td>Enabling this will send additional log messages to the browser console.</td><td>false</td></tr></tbody></table>

### Cart

<table><thead><tr><th>Field</th><th>Description</th><th data-type="checkbox">Required</th></tr></thead><tbody><tr><td>Enable Split Checkout</td><td>Enabling this will allow customers on the Cart page to split or partially checkout as separate orders.</td><td>false</td></tr><tr><td>Enable Request Quote</td><td>Enabling this will allow customers on the Cart page to request a quote on the cart items.</td><td>false</td></tr><tr><td>Enable CSV Download</td><td>Enabling this will allow customers to download a CSV of their cart items.</td><td>false</td></tr></tbody></table>

### Catalog

<table><thead><tr><th>Field</th><th>Description</th><th data-type="checkbox">Required</th></tr></thead><tbody><tr><td>Catalog Page Permalink</td><td>The permalink slug for Catalog pages.</td><td>false</td></tr><tr><td>Product Detail Page Permalink</td><td>The permalink slug for Product Detail pages.</td><td>false</td></tr></tbody></table>

### Customers

<table><thead><tr><th>Field</th><th>Description</th><th data-type="checkbox">Required</th></tr></thead><tbody><tr><td>Disable Self Registration</td><td>This will disable self registration via the Register page. It will also hide any links or button prompting the user to create or register a new account.</td><td>false</td></tr></tbody></table>

### Google Analytics

<table><thead><tr><th>Field</th><th>Description</th><th data-type="checkbox">Required</th></tr></thead><tbody><tr><td>Enable Google Analytics</td><td>Enabling this will track VendorFuel e-commerce events in Google Analytics.</td><td>false</td></tr><tr><td>Measurement ID</td><td></td><td>false</td></tr><tr><td>Site Verification Code</td><td></td><td>false</td></tr></tbody></table>


---

# 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.vendorfuel.com/settings/wordpress-vendorfuel-settings.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.
