# Seldon Core 1

To run these demos install Seldon Enterprise Platform with the necessary permissions to create or update deployments.

Most demos utilize pre-built models, except for the Kubeflow demo, which includes [steps to build a model and push it to MinIO](https://github.com/SeldonIO/seldon-deploy-resources/blob/main/examples/seldon-core/kubeflow/seldon_e2e_adult.ipynb).

Models can either be:

* Pushed to MinIO or other object stores for use with pre-packaged model servers.
* Packaged as Docker containers using language wrappers.

For detailed guidance on the building and hosting stages, refer to the [Seldon Core documentation](https://docs.seldon.io/projects/seldon-core/en/latest/).

Regardless of how you install your `SeldonDeployments`, the Seldon Enterprise Platform should have visibility into the relevant namespaces. These demos utilize the Enterprise Platform UI for simplicity and convenience.


---

# 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-enterprise-platform/demos/seldon-core-v1.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.
