# Introduction

If you don't want to upgrade to new Osclass 3.9.0, you can use use this guide to remove Osclass Market from your current installation.

{% hint style="info" %}
This guide was made by [webmods-croatia](https://github.com/webmods-croatia) and was originally posted on docs.osclasscommunity.com which is now moved here.
{% endhint %}

## About the guide. <a href="#about-the-guide" id="about-the-guide"></a>

This guide covers most, if not all, changes required to un-tie your site from Osclass Market

If you know some changes that we forgot, post it on our forums or contact us via the links above.

## Verifying that this works. <a href="#verifying-that-this-works" id="verifying-that-this-works"></a>

As a test if this mods were successful, we put `error_log('cURL:'.$url);` in `osc_file_get_contents()` function.

We visited admin homepage, plugins, themes and language pages, settings page, we checked for updates, we ran cron, etc.

There wasn't a single cURL log that says that a request has been made to Osclass.

Also, all this changes were made on a live site as the guide was written. There were no problems, errors and warnings.


---

# 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.mindstellar.com/osclass-docs/v3.9.0/legacy-installations-pre-3.8.0/intro.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.
