> For the complete documentation index, see [llms.txt](https://docs.truecaller.com/truecaller-for-business/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.truecaller.com/truecaller-for-business/manage-listing/what-happens-when-i-select-rewrite.md).

# What happens when I select Rewrite?

Rewrite will delete the old numbers and add the new ones from the CSV file you have uploaded.

* If your CSV contains existing and new numbers, only the new numbers will be listed, and existing numbers will not be delisted.&#x20;
* If there are existing numbers from different feature sets, they will be remapped to the currently selected feature set, based on the CSV uploaded.
* If your CSV contains only new numbers, they will be listed.
* If your CSV contains only existing listed numbers and no new numbers, there will be no change to the feature set's publish state.

**Here are a few conditions to note when using Rewrite:**

1. If you use "Rewrite" with numbers from another feature set that you have access to, the numbers will be listed and delisted from the other feature set.
2. If you use "Rewrite" with numbers from another feature set that you don't have access to, access will be restricted for those numbers.
3. If you use "Rewrite" with a mix of numbers you have access to and don't have access to from other feature sets, the numbers you have access to will be listed, and an error will be shown for the numbers you do not have access to.


---

# 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://docs.truecaller.com/truecaller-for-business/manage-listing/what-happens-when-i-select-rewrite.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.
