> For the complete documentation index, see [llms.txt](https://docs.interval-soft.com/interval/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.interval-soft.com/interval/onboarding/quick-start-guides/miscellaneous.md).

# Miscellaneous

**The Miscellaneous page is dedicated to highlighting some unique and specific features of InterVal that do not fit neatly into other sections of the documentation. Understanding these features are will ensure that you can leverage all the advanced capabilities of the platform.**

## Valuation Features

Valuation is a critical component of property management and real estate transactions. InterVal provides a range of advanced valuation features that help you tailor your valuations to meet specific requirements and scenarios. This section covers some of the unique valuation functionalities available in InterVal.

1. [<mark style="color:blue;">**Liquidation Value**</mark><mark style="color:blue;">:</mark>](/interval/documentation/workflow/valuation/miscellaneous/liquidation-value.md) This feature allows you to correctly incorporate liquidation value when it is requested in the terms of engagement. Liquidation value refers to the estimated amount that could be quickly obtained from the fire sale of a property under distressed conditions. Properties sold under duress often fetch a price lower than the fair market value. InterVal provides tools and templates to help you accurately calculate and report liquidation values as required.
2. [<mark style="color:blue;">**Adding Valuation Scenarios**</mark><mark style="color:blue;">:</mark>](/interval/documentation/workflow/valuation/miscellaneous/adding-scenarios.md) InterVal allows you to add and compare multiple valuation scenarios based on different sets of data. For example, you can perform two separate valuations for he same property, using different sets of comparable properties for each valuation. This feature helps you explore the various outcomes associated with different inputs and choose the most appropriate valuation approach for your needs. It is particularly useful for clients who require a comprehensive analysis of potential market conditions or different investment strategies.
3. [<mark style="color:blue;">**Freehold to Leasehold Conversion**</mark><mark style="color:blue;">:</mark>](/interval/documentation/workflow/valuation/miscellaneous/freehold-to-leasehold-conversion.md) This feature facilitates the conversion of a freehold property to a leasehold property. This includes tools to help you calculate the leasehold value, set the lease terms, and evaluate the financial implications of the conversion. This feature ensures that all aspects of the conversion are accurately represented and documented.
4. [**Headline to Effective Rent Conversion**:](/interval/documentation/workflow/valuation/miscellaneous/headline-to-effective-rent-conversion.md) InterVal includes a tool to convert headline rent to effective rent. Headline rent is the rent agreed upon at the beginning of a lease, while effective rent takes into account incentives such as rent-free periods, fit-out contributions, or any other concessions provided by the landlord. This tool helps you provide a more accurate reflection of the net rent the tenant will actually pay over the lease term, which is crucial for precise financial analysis and reporting.

## Assignment Features

Managing assignments efficiently is crucial for the timely completion of a valuation. InterVal provides a suite of features designed to help you delegate, manage and streamline your assignments - from quotes to final terms of engagement.

1. [<mark style="color:blue;">**Manage Your Quotes**</mark><mark style="color:blue;">:</mark>](/interval/documentation/workflow/assignments/quotes-list.md) This page allows you to monitor the status of all your quotes. You can track which quotes have been sent, viewed, accepted, or rejected by clients. This feature provides a centralized view of all your quotes, helping you stay organized and follow up as necessary.
2. [<mark style="color:blue;">**Create a New Quote**</mark><mark style="color:blue;">:</mark>](/interval/documentation/workflow/assignments/quote-form.md) This feature simplifies the process of creating new quotes. It uses a form similar to the terms of engagement (ToE) form but simplified for rapid generation of quotes. Once a quote is accepted by the client, it can be rapidly converted into a ToE document, streamlining the transition from quote to active project.


---

# 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.interval-soft.com/interval/onboarding/quick-start-guides/miscellaneous.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.
