Creating a Knowledge Base

Create a knowledge base using the Console, CLI, or API.

    1. On the Knowledge bases list page, select Create knowledge base. If you need help finding the list page, see Listing Knowledge Bases.
    2. In the Create knowledge base panel, provide the following information:
      • Enter a name for the knowledge base.
      • Select the compartment where you want the knowledge base to be created.
      • (Optional) Add tags to organize your resource. To apply a defined tag, you must have permissions to use the tag namespace. For more information about tagging, see Resource Tags. If you are not sure whether to apply tags, skip this option (you can apply tags later) or ask your administrator.
    3. Select Create knowledge base.

      If you plan to create the knowledge base using Resource Manager and Terraform, click Save as Stack. This action saves the resource definition as a Terraform configuration. For more information about saving stacks from resource definitions, see Creating a Stack from a Resource Creation Page.

  • Use the oci adm knowledge-base create command and required parameters to create a knowledge base:

    oci adm knowledge-base create --compartment-id compartment_id [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.

  • Use the CreateKnowledgeBase operation to create a knowledge base.