# Existing Custom Prompts

## View Existing Custom Prompts

1. Navigate to the [Integrations](https://www.big-brain.co/app/data-cleaning#integrations) tab of the data cleaning app.
2. Select "Open AI"
3. Select "Existing Custom Prompts" to view your existing custom prompts.

{% hint style="warning" %}
Do not create multiple custom prompts for the same type of personalization. IE do not create two Location prompts. Either edit your existing prompt with the same type, or delete it and create another one. **If you enter multiple prompts with the same type only one of them will be used.**&#x20;
{% endhint %}

<figure><img src="/files/tdJaLQttFhxzHkcIFe5S" alt=""><figcaption><p>Existing Custom Prompts</p></figcaption></figure>

## Edit Existing Custom Prompts

1. Click the "Edit" button.&#x20;
2. Edit the prompt with any changes you'd like to make.&#x20;
3. Click "Save Edits"

<figure><img src="/files/p2Q6kYlHr2b9sLyHSqsz" alt=""><figcaption><p>Edit Existing Custom Prompts</p></figcaption></figure>


---

# 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.big-brain.co/apps/data-cleaning/integrations/open-ai/existing-custom-prompts.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.
