Exploring Now Assist for Code

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:5分
  • ServiceNow® Now Assist for Code is a generative AI-powered tool designed to help developers create, edit, and summarize code.

    Now Assist for Code is designed to empower developers with code suggestions. By using natural language prompts in the script editor on the ServiceNow AI Platform®, you will receive context-aware code suggestions that enhance your coding experience.

    Now Assist for Code supports Now LLM Service, Azure OpenAI, Google Gemini and AWS Anthropic model providers. This capability is a part of Creator Pro Plus offering and includes the following skills:

    • Code generation
    • Code autocomplete
    • Code editing
    • Code explain and summarize

    Code generation overview

    The Code generation skill creates new code at the cursor location based on user input, without altering the surrounding code. It considers the context provided by the code preceding and following it.

    When code generation is enabled on an instance, a Now Assist icon (Now Assist icon.) appears at the bottom of the script editor.

    After you describe the code you want to generate, you will receive code suggestions in the JavaScript editor on forms in the ServiceNow AI Platform® and in Script steps within Workflow Studio. Developers, regardless of their scripting experience on the ServiceNow AI Platform®, can benefit from code generation, allowing them to start writing custom code or refine existing code more efficiently.

    注:
    Developers must be assigned the now.assist.creator role to use code generation. For more information on using this skill, see Generate code with AI-powered code generation.

    Code autocomplete overview

    The Code autocomplete skill provides contextually relevant suggestions as users type in the script editor. These suggestions appear in grey text and will only be added to the script once the user accepts them.

    For more information, see Generate code with autocomplete.

    With the Australia release, Code autocomplete is available in the ServiceNow integrated development environment (IDE) application.

    Difference between Code generation and Code autocomplete skills

    The Code generation skill requires a specific prompt from the user to create code that aligns precisely with the given requirements or instructions. The Code autocomplete skill works automatically. It generates code completions or snippets based on the context around it.

    This means the first skill relies on direct user input, while the second skill anticipates what the user might need, offering suggestions and completions without needing detailed prompts.

    Code edit overview

    The Code Edit skill modifies the selected code while reviewing the surrounding code. It functions only when the code to be edited is highlighted.

    For more information, see edit-code-now-assist.html.

    Code explain and summarize overview

    The Code explain and summarize skill provides a summary of the code and a comprehensive explanation of its functionality.

    For more information, see Explain and summarize code.

    Now Assist for Code benefits

    Benefit Feature Users
    Generate code based on your prompts to improve quality and reduce repetitive tasks. Generate code with AI-powered code generation Developers
    Quickly edit and refactor large code segments. edit-code-now-assist.html Developers
    Add comments to code segments. Add comments to code Developers
    Understand code. Explain and summarize code Developers
    Identify code generated by AI. Tracking AI-generated code Developers, administrators