diff --git a/2024-04-05-box-ios-sdk-v560-released.md b/2024-04-05-box-ios-sdk-v560-released.md index 6d6e4e31..904f1e77 100644 --- a/2024-04-05-box-ios-sdk-v560-released.md +++ b/2024-04-05-box-ios-sdk-v560-released.md @@ -17,7 +17,7 @@ total_steps: null type: changelog sibling_id: '' parent_id: changelog -next_page_id: '' +next_page_id: 2024-05-02-introducing-box-ai previous_page_id: 2024-03-06-box-cli-v3140-released source_url: >- https://github.com/box/box-developer-changelog/blob/main/content/2024/04-05-box-ios-sdk-v560-released.md diff --git a/2024-05-02-introducing-box-ai.md b/2024-05-02-introducing-box-ai.md new file mode 100644 index 00000000..6325c01b --- /dev/null +++ b/2024-05-02-introducing-box-ai.md @@ -0,0 +1,54 @@ +--- +applied_at: '2024-05-03' +applies_to: + - guides + - api +is_impactful: true +is_new_feature: true +collapse: true +show_excerpt: true +release_source_url: '' +is_index: false +category_id: changelog +subcategory_id: '' +id: 2024-05-02-introducing-box-ai +rank: null +total_steps: null +type: changelog +sibling_id: '' +parent_id: changelog +next_page_id: '' +previous_page_id: 2024-04-05-box-ios-sdk-v560-released +source_url: >- + https://github.com/box/box-developer-changelog/blob/main/content/2024/05-02-introducing-box-ai.md +published_at: '2024-05-02' +--- +# Introducing Box AI API and Box AI Dev Zone + +Box AI API allows you to use Box AI functionality in your custom applications. For example, you can implement Box AI question and answer functionality in your third party applications or generate content right in your product’s content editor. + +_Box AI API and Box AI for UI Elements are beta features, which means the available capabilities may change. Box AI features are available to all **Enterprise Plus** customers._ + + + +Currently, you can ask Box AI to answer your questions, summarize the document content, or generate text you can use in your documents. +Check the [Box AI API developer guides][1] to learn more about Box AI and check the API Reference for details. + +## Box AI Developer Zone + +Alongside with the Box AI API, we have launched a new developer documentation demo page. [Box AI Dev Zone][2] allows you to explore the Box AI API through rich, interactive experiences. You can view use cases, example prompts and responses, and sample code. + +## Box AI for UI Elements + +[Box AI for UI Elements][3] enhances the [Content Preview][4] header with AI Q&A functionality. +The new Box AI for UI Elements allows the users to embed AI functionality in their custom applications to facilitate answering questions and taking actions like summarizing a document. + +## Where to get support + +Should you have any issues or need further guidance, please post a request to our [developer forum][5] for any help needed. + +[1]: https://staging.developer.box.com/guides/box-ai +[2]: https://developer.box.com/ai-dev-zone +[3]: g://embed/ui-elements/preview#box-ai-ui-element +[4]: g://embed/ui-elements/preview +[5]: https://forum.box.com/ \ No newline at end of file diff --git a/index.json b/index.json index 08e80a56..5b5cbe82 100644 --- a/index.json +++ b/index.json @@ -437,5 +437,6 @@ "2024-02-27-box-java-sdk-v480-released", "2024-02-27-box-windows-sdk-v570-released", "2024-03-06-box-cli-v3140-released", - "2024-04-05-box-ios-sdk-v560-released" + "2024-04-05-box-ios-sdk-v560-released", + "2024-05-02-introducing-box-ai" ] \ No newline at end of file