# General Availability

Seldon 1.0 release will be a GA release. However, a subset of all the current Seldon Core functionality will come under GA. The GA components are:

* Seldon Deployment v1 CRD
* Seldon v1 REST and gRPC API
* Seldon-Core Python wrapper 1.0
* Tensorflow, SKLearn, XGboost prepacked servers

Seldon offers commercial support for Seldon Core as well as a commercial enterprise offering for running ML Serving in production using Seldon Core. Please visit the [Seldon website](https://www.seldon.io/) for more information.


---

# 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.seldon.ai/seldon-core-1/reference/ga.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.
